#7B4631

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

Shades of Cumin #7B4631

Tints of Cumin #7B4631

Color information

#7B4631 (or 0x7B4631) is unknown color: approx Cumin. HEX triplet: 7B, 46 and 31. RGB value is (123,70,49). Sum of RGB (Red+Green+Blue) = 123+70+49=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4631 is #84B9CE. Grayscale: #535353. Windows color (decimal): -8698319 or 3229307. OLE color: 3229307.

HSL color Cylindrical-coordinate representation of color #7B4631: hue angle of 17.03º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4631 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1237049-
CMYK00.430.600.52
HSL17.03º43.02%33.73%-
HSV(B)17.03º60.16%48.24%-
XYZ10.918.814.03-
YUV83.45108.56156.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=50.83%
G=28.93%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123704900.430.600.5217.0343.0233.73
Hex7B463102B3C34112b22
Octal173106610537464215342
Binary11110111000110110001010101111110011010010001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,70,49); }

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

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

 a { background-color: rgb(123,70,49); }

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

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

 span { border-color: rgb(123,70,49); }

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