#7C432D

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

Shades of Cumin #7C432D

Tints of Cumin #7C432D

Color information

#7C432D (or 0x7C432D) is unknown color: approx Cumin. HEX triplet: 7C, 43 and 2D. RGB value is (124,67,45). Sum of RGB (Red+Green+Blue) = 124+67+45=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C432D is #83BCD2. Grayscale: #515151. Windows color (decimal): -8633555 or 2966396. OLE color: 2966396.

HSL color Cylindrical-coordinate representation of color #7C432D: hue angle of 16.71º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C432D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1246745-
CMYK00.460.640.51
HSL16.71º46.75%33.14%-
HSV(B)16.71º63.71%48.63%-
XYZ10.798.493.55-
YUV81.54107.38158.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=52.54%
G=28.39%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124674500.460.640.5116.7146.7533.14
Hex7C432D02E4033112f21
Octal1741035505610063215741
Binary111110010000111011010101110100000011001110001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,45); }

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

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

 a { background-color: rgb(124,67,45); }

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

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

 span { border-color: rgb(124,67,45); }

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