#34210D

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

Shades of Cocoa Brown #34210D

Tints of Cocoa Brown #34210D

Color information

#34210D (or 0x34210D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 21 and 0D. RGB value is (52,33,13). Sum of RGB (Red+Green+Blue) = 52+33+13=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34210D is #CBDEF2. Grayscale: #242424. Windows color (decimal): -13360883 or 860468. OLE color: 860468.

HSL color Cylindrical-coordinate representation of color #34210D: hue angle of 30.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34210D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB523313-
CMYK00.370.750.80
HSL30.77º60%12.75%-
HSV(B)30.77º75%20.39%-
XYZ2.031.850.63-
YUV36.4114.79139.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=53.06%
G=33.67%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52331300.370.750.8030.776012.75
Hex3421D0254B501f3cd
Octal644115045113120377415
Binary1101001000011101010010110010111010000111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34210D; }

 p { color: rgb(52,33,13); }

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

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

 a { background-color: rgb(52,33,13); }

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

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

 span { border-color: rgb(52,33,13); }

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