#302210

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

Shades of Cocoa Brown #302210

Tints of Cocoa Brown #302210

Color information

#302210 (or 0x302210) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 10. RGB value is (48,34,16). Sum of RGB (Red+Green+Blue) = 48+34+16=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302210 is #CFDDEF. Grayscale: #242424. Windows color (decimal): -13622768 or 1057328. OLE color: 1057328.

HSL color Cylindrical-coordinate representation of color #302210: hue angle of 33.75º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302210 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB483416-
CMYK00.290.670.81
HSL33.75º50%12.55%-
HSV(B)33.75º66.67%18.82%-
XYZ1.881.810.74-
YUV36.13116.64136.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=48.98%
G=34.69%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48341600.290.670.8133.755012.55
Hex30221001D43512232d
Octal604220035103121426215
Binary11000010001010000011101100001110100011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302210; }

 p { color: rgb(48,34,16); }

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

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

 a { background-color: rgb(48,34,16); }

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

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

 span { border-color: rgb(48,34,16); }

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