#34230B

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

Shades of Cocoa Brown #34230B

Tints of Cocoa Brown #34230B

Color information

#34230B (or 0x34230B) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 0B. RGB value is (52,35,11). Sum of RGB (Red+Green+Blue) = 52+35+11=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34230B is #CBDCF4. Grayscale: #252525. Windows color (decimal): -13360373 or 729908. OLE color: 729908.

HSL color Cylindrical-coordinate representation of color #34230B: hue angle of 35.12º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34230B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB523511-
CMYK00.330.790.80
HSL35.12º65.08%12.35%-
HSV(B)35.12º78.85%20.39%-
XYZ2.081.960.58-
YUV37.35113.13138.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=53.06%
G=35.71%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52351100.330.790.8035.1265.0812.35
Hex3423B0214F502341c
Octal6443130411171204310114
Binary110100100011101101000011001111101000010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34230B; }

 p { color: rgb(52,35,11); }

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

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

 a { background-color: rgb(52,35,11); }

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

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

 span { border-color: rgb(52,35,11); }

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