#30200E

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

Shades of Cocoa Brown #30200E

Tints of Cocoa Brown #30200E

Color information

#30200E (or 0x30200E) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 0E. RGB value is (48,32,14). Sum of RGB (Red+Green+Blue) = 48+32+14=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200E is #CFDFF1. Grayscale: #222222. Windows color (decimal): -13623282 or 925744. OLE color: 925744.

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

Color convert

RGB483214-
CMYK00.330.710.81
HSL31.76º54.84%12.16%-
HSV(B)31.76º70.83%18.82%-
XYZ1.811.690.65-
YUV34.73116.3137.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=51.06%
G=34.04%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48321400.330.710.8131.7654.8412.16
Hex3020E02147512037c
Octal604016041107121406714
Binary11000010000011100100001100011110100011000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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