#30210F

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

Shades of Cocoa Brown #30210F

Tints of Cocoa Brown #30210F

Color information

#30210F (or 0x30210F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 0F. RGB value is (48,33,15). Sum of RGB (Red+Green+Blue) = 48+33+15=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210F is #CFDEF0. Grayscale: #232323. Windows color (decimal): -13623025 or 991536. OLE color: 991536.

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

Color convert

RGB483315-
CMYK00.310.690.81
HSL32.73º52.38%12.35%-
HSV(B)32.73º68.75%18.82%-
XYZ1.851.750.69-
YUV35.43116.47136.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=50%
G=34.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48331500.310.690.8132.7352.3812.35
Hex3021F01F45512134c
Octal604117037105121416414
Binary1100001000011111011111100010110100011000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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