Html Css Color HEX #34210D Cocoa Brown

📋 copy color: '#34210D'

red 52 ◦ green 33 ◦ blue 13

#34210D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #34210D

Tints of Cocoa Brown #34210D

RGB

 RED value IS 52 (20.7% 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 value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34210D (or 0x34210D) is known color: 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

RGB 52 33 13 -
CMYK 0 0.37 0.75 0.80
HSL 30.77º 0.6% 0.13% -
HSV(B) 30.77º 0.75% 0.2% -
XYZ 2.03 1.85 0.63 -
YUV 36.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 52 33 13 0 0.37 0.75 0.80 30.77 0.6 0.13
Hex 34 21 D 0 25 4B 50 1F 3C D
Octal 64 41 15 0 45 113 120 37 74 15
Binary 110100 100001 1101 0 100101 1001011 1010000 11111 111100 1101

Color Harmonies of #34210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34210D

Black with #34210D

Text Example


Text Example

White with #34210D

Text Example


Text Example

HTML Codes & Css Web 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>