#7b422f

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

Shades of Cumin #7B422F

Tints of Cumin #7B422F

Color information

#7B422F (or 0x7B422F) is unknown color: approx Cumin. HEX triplet: 7B, 42 and 2F. RGB value is (123,66,47). Sum of RGB (Red+Green+Blue) = 123+66+47=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B422F is #84BDD0. Grayscale: #515151. Windows color (decimal): -8699345 or 3097211. OLE color: 3097211.

HSL color Cylindrical-coordinate representation of color #7B422F: hue angle of 15º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B422F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1236647-
CMYK00.460.620.52
HSL15º44.71%33.33%-
HSV(B)15º61.79%48.24%-
XYZ10.638.313.73-
YUV80.88108.88158.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=52.12%
G=27.97%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123664700.460.620.521544.7133.33
Hex7B422F02E3E34f2d21
Octal173102570567664175541
Binary1111011100001010111101011101111101101001111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b422f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,47); }

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

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

 a { background-color: rgb(123,66,47); }

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

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

 span { border-color: rgb(123,66,47); }

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