#7B412E

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

Shades of Cumin #7B412E

Tints of Cumin #7B412E

Color information

#7B412E (or 0x7B412E) is unknown color: approx Cumin. HEX triplet: 7B, 41 and 2E. RGB value is (123,65,46). Sum of RGB (Red+Green+Blue) = 123+65+46=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B412E is #84BED1. Grayscale: #505050. Windows color (decimal): -8699602 or 3031419. OLE color: 3031419.

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

Color convert

RGB1236546-
CMYK00.470.630.52
HSL14.81º45.56%33.14%-
HSV(B)14.81º62.6%48.24%-
XYZ10.558.193.61-
YUV80.18108.72158.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=52.56%
G=27.78%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123654600.470.630.5214.8145.5633.14
Hex7B412E02F3F34f2e21
Octal173101560577764175641
Binary1111011100000110111001011111111111101001111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,46); }

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

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

 a { background-color: rgb(123,65,46); }

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

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

 span { border-color: rgb(123,65,46); }

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