Html Css Color HEX #34230D Cocoa Brown

📋 copy color: '#34230D'

red 52 ◦ green 35 ◦ blue 13

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

Shades of Cocoa Brown #34230D

Tints of Cocoa Brown #34230D

RGB

 RED value IS 52 (20.7% from 255) = 52%

 GREEN value IS 35 (14.06% from 255) = 35%

 BLUE value IS 13 (5.47% from 255) = 13%

R = 52%
G = 35%
B = 13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34230D (or 0x34230D) is known color: Cocoa Brown. HEX triplet: 34, 23 and 0D. RGB value is (52,35,13). Sum of RGB (Red+Green+Blue) = 52+35+13=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34230D is #CBDCF2. Grayscale: #252525. Windows color (decimal): -13360371 or 860980. OLE color: 860980.

HSL color Cylindrical-coordinate representation of color #34230D: hue angle of 33.85º 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 #34230D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 35 13 -
CMYK 0 0.33 0.75 0.80
HSL 33.85º 0.6% 0.13% -
HSV(B) 33.85º 0.75% 0.2% -
XYZ 2.09 1.96 0.65 -
YUV 37.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 52 35 13 0 0.33 0.75 0.80 33.85 0.6 0.13
Hex 34 23 D 0 21 4B 50 22 3C D
Octal 64 43 15 0 41 113 120 42 74 15
Binary 110100 100011 1101 0 100001 1001011 1010000 100010 111100 1101

Color Harmonies of #34230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34230D

Black with #34230D

Text Example


Text Example

White with #34230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34230D;
 }
 .AnyTagClassName
 {
   color: #34230D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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