#7D472F

Color #7D472F Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #7D472F

Tints of Cumin #7D472F

Color information

#7D472F (or 0x7D472F) is unknown color: approx Cumin. HEX triplet: 7D, 47 and 2F. RGB value is (125,71,47). Sum of RGB (Red+Green+Blue) = 125+71+47=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D472F is #82B8D0. Grayscale: #545454. Windows color (decimal): -8566993 or 3098493. OLE color: 3098493.

HSL color Cylindrical-coordinate representation of color #7D472F: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D472F is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1257147-
CMYK00.430.620.51
HSL18.46º45.35%33.73%-
HSV(B)18.46º62.4%49.02%-
XYZ11.229.073.85-
YUV84.41106.89156.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=51.44%
G=29.22%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125714700.430.620.5118.4645.3533.73
Hex7D472F02B3E33122d22
Octal175107570537663225542
Binary11111011000111101111010101111111011001110010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D472F; }

 p { color: rgb(125,71,47); }

 H1.HeaderClassName
 {
   color: #7D472F;
 }
 .AnyTagClassName
 {
   color: #7D472F;
 }
</style>
background-color css

<style>
 a { background-color: #7D472F; }

 a { background-color: rgb(125,71,47); }

 div.DivClassName
 {
   background-color: #7D472F;
 }
 .BgClassName
 {
   background-color: #7D472F;
 }
</style>
border-color css

<style>
 span { border-color: #7D472F; }

 span { border-color: rgb(125,71,47); }

 td.TdClassName
 {
   border-color: #7D472F;
 }
 .TagClassName
 {
   border-color: #7D472F;
 }
</style>