#30200A

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

Shades of Cocoa Brown #30200A

Tints of Cocoa Brown #30200A

Color information

#30200A (or 0x30200A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 0A. RGB value is (48,32,10). Sum of RGB (Red+Green+Blue) = 48+32+10=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #30200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200A is #CFDFF5. Grayscale: #222222. Windows color (decimal): -13623286 or 663600. OLE color: 663600.

HSL color Cylindrical-coordinate representation of color #30200A: hue angle of 34.74º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30200A is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB483210-
CMYK00.330.790.81
HSL34.74º65.52%11.37%-
HSV(B)34.74º79.17%18.82%-
XYZ1.791.680.52-
YUV34.28114.3137.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=53.33%
G=35.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321000.330.790.8134.7465.5211.37
Hex3020A0214F512342b
Octal6040120411171214310213
Binary110000100000101001000011001111101000110001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30200A; }

 p { color: rgb(48,32,10); }

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

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

 a { background-color: rgb(48,32,10); }

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

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

 span { border-color: rgb(48,32,10); }

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