#30200F

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

Shades of Cocoa Brown #30200F

Tints of Cocoa Brown #30200F

Color information

#30200F (or 0x30200F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 0F. RGB value is (48,32,15). Sum of RGB (Red+Green+Blue) = 48+32+15=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200F is #CFDFF0. Grayscale: #222222. Windows color (decimal): -13623281 or 991280. OLE color: 991280.

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

Color convert

RGB483215-
CMYK00.330.690.81
HSL30.91º52.38%12.35%-
HSV(B)30.91º68.75%18.82%-
XYZ1.821.70.68-
YUV34.85116.8137.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=50.53%
G=33.68%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321500.330.690.8130.9152.3812.35
Hex3020F02145511f34c
Octal604017041105121376414
Binary1100001000001111010000110001011010001111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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