#30210E

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

Shades of Cocoa Brown #30210E

Tints of Cocoa Brown #30210E

Color information

#30210E (or 0x30210E) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 0E. RGB value is (48,33,14). Sum of RGB (Red+Green+Blue) = 48+33+14=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210E is #CFDEF1. Grayscale: #232323. Windows color (decimal): -13623026 or 926000. OLE color: 926000.

HSL color Cylindrical-coordinate representation of color #30210E: hue angle of 33.53º 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 #30210E is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB483314-
CMYK00.310.710.81
HSL33.53º54.84%12.16%-
HSV(B)33.53º70.83%18.82%-
XYZ1.841.750.66-
YUV35.32115.97137.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=50.53%
G=34.74%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331400.310.710.8133.5354.8412.16
Hex3021E01F47512237c
Octal604116037107121426714
Binary1100001000011110011111100011110100011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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