#30210D

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

Shades of Cocoa Brown #30210D

Tints of Cocoa Brown #30210D

Color information

#30210D (or 0x30210D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 0D. RGB value is (48,33,13). Sum of RGB (Red+Green+Blue) = 48+33+13=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210D is #CFDEF2. Grayscale: #232323. Windows color (decimal): -13623027 or 860464. OLE color: 860464.

HSL color Cylindrical-coordinate representation of color #30210D: hue angle of 34.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30210D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB483313-
CMYK00.310.730.81
HSL34.29º57.38%11.96%-
HSV(B)34.29º72.92%18.82%-
XYZ1.841.750.62-
YUV35.2115.47137.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=51.06%
G=35.11%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331300.310.730.8134.2957.3811.96
Hex3021D01F49512239c
Octal604115037111121427114
Binary1100001000011101011111100100110100011000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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