#34200F

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

Shades of Cocoa Brown #34200F

Tints of Cocoa Brown #34200F

Color information

#34200F (or 0x34200F) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 0F. RGB value is (52,32,15). Sum of RGB (Red+Green+Blue) = 52+32+15=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34200F is #CBDFF0. Grayscale: #242424. Windows color (decimal): -13361137 or 991284. OLE color: 991284.

HSL color Cylindrical-coordinate representation of color #34200F: hue angle of 27.57º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34200F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB523215-
CMYK00.380.710.80
HSL27.57º55.22%13.14%-
HSV(B)27.57º71.15%20.39%-
XYZ2.021.80.69-
YUV36.04116.13139.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=52.53%
G=32.32%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52321500.380.710.8027.5755.2213.14
Hex3420F02647501c37d
Octal644017046107120346715
Binary1101001000001111010011010001111010000111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,32,15); }

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

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

 a { background-color: rgb(52,32,15); }

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

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

 span { border-color: rgb(52,32,15); }

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