#302214

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

Shades of Cocoa Brown #302214

Tints of Cocoa Brown #302214

Color information

#302214 (or 0x302214) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 14. RGB value is (48,34,20). Sum of RGB (Red+Green+Blue) = 48+34+20=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302214 is #CFDDEB. Grayscale: #242424. Windows color (decimal): -13622764 or 1319472. OLE color: 1319472.

HSL color Cylindrical-coordinate representation of color #302214: hue angle of 30º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302214 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB483420-
CMYK00.290.580.81
HSL30º41.18%13.33%-
HSV(B)30º58.33%18.82%-
XYZ1.921.820.91-
YUV36.59118.64136.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=47.06%
G=33.33%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342000.290.580.813041.1813.33
Hex30221401D3A511e29d
Octal60422403572121365115
Binary110000100010101000111011110101010001111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302214; }

 p { color: rgb(48,34,20); }

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

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

 a { background-color: rgb(48,34,20); }

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

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

 span { border-color: rgb(48,34,20); }

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