#30210A

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

Shades of Cocoa Brown #30210A

Tints of Cocoa Brown #30210A

Color information

#30210A (or 0x30210A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 0A. RGB value is (48,33,10). Sum of RGB (Red+Green+Blue) = 48+33+10=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210A is #CFDEF5. Grayscale: #222222. Windows color (decimal): -13623030 or 663856. OLE color: 663856.

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

Color convert

RGB483310-
CMYK00.310.790.81
HSL36.32º65.52%11.37%-
HSV(B)36.32º79.17%18.82%-
XYZ1.821.740.53-
YUV34.86113.97137.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=52.75%
G=36.26%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331000.310.790.8136.3265.5211.37
Hex3021A01F4F512442b
Octal6041120371171214410213
Binary11000010000110100111111001111101000110010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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