#302312

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

Shades of Cocoa Brown #302312

Tints of Cocoa Brown #302312

Color information

#302312 (or 0x302312) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 12. RGB value is (48,35,18). Sum of RGB (Red+Green+Blue) = 48+35+18=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302312 is #CFDCED. Grayscale: #252525. Windows color (decimal): -13622510 or 1188656. OLE color: 1188656.

HSL color Cylindrical-coordinate representation of color #302312: hue angle of 34º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302312 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB483518-
CMYK00.270.630.81
HSL34º45.45%12.94%-
HSV(B)34º62.5%18.82%-
XYZ1.931.870.83-
YUV36.95117.31135.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=47.52%
G=34.65%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48351800.270.630.813445.4512.94
Hex30231201B3F51222dd
Octal60432203377121425515
Binary1100001000111001001101111111110100011000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302312; }

 p { color: rgb(48,35,18); }

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

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

 a { background-color: rgb(48,35,18); }

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

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

 span { border-color: rgb(48,35,18); }

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