#784530

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

Shades of Cumin #784530

Tints of Cumin #784530

Color information

#784530 (or 0x784530) is unknown color: approx Cumin. HEX triplet: 78, 45 and 30. RGB value is (120,69,48). Sum of RGB (Red+Green+Blue) = 120+69+48=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #784530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784530 is #87BACF. Grayscale: #515151. Windows color (decimal): -8895184 or 3163512. OLE color: 3163512.

HSL color Cylindrical-coordinate representation of color #784530: hue angle of 17.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784530 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1206948-
CMYK00.420.600.53
HSL17.5º42.86%32.94%-
HSV(B)17.5º60%47.06%-
XYZ10.418.463.88-
YUV81.85108.9155.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=50.63%
G=29.11%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120694800.420.600.5317.542.8632.94
Hex78453002A3C35122b21
Octal170105600527465225341
Binary11110001000101110000010101011110011010110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784530; }

 p { color: rgb(120,69,48); }

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

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

 a { background-color: rgb(120,69,48); }

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

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

 span { border-color: rgb(120,69,48); }

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