#301907

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

Shades of Cocoa Brown #301907

Tints of Cocoa Brown #301907

Color information

#301907 (or 0x301907) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 07. RGB value is (48,25,7). Sum of RGB (Red+Green+Blue) = 48+25+7=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301907 is #CFE6F8. Grayscale: #1D1D1D. Windows color (decimal): -13625081 or 465200. OLE color: 465200.

HSL color Cylindrical-coordinate representation of color #301907: hue angle of 26.34º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301907 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB48257-
CMYK00.480.850.81
HSL26.34º74.55%10.78%-
HSV(B)26.34º85.42%18.82%-
XYZ1.61.340.37-
YUV29.83115.12140.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=60%
G=31.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825700.480.850.8126.3474.5510.78
Hex3019703055511a4bb
Octal603170601251213211313
Binary110000110011110110000101010110100011101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301907; }

 p { color: rgb(48,25,7); }

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

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

 a { background-color: rgb(48,25,7); }

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

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

 span { border-color: rgb(48,25,7); }

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