Html Css Color HEX #34240D Cocoa Brown

📋 copy color: '#34240D'

red 52 ◦ green 36 ◦ blue 13

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

Shades of Cocoa Brown #34240D

Tints of Cocoa Brown #34240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.64%

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

R = 51.49%
G = 35.64%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34240D (or 0x34240D) is known color: Cocoa Brown. HEX triplet: 34, 24 and 0D. RGB value is (52,36,13). Sum of RGB (Red+Green+Blue) = 52+36+13=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34240D is #CBDBF2. Grayscale: #262626. Windows color (decimal): -13360115 or 861236. OLE color: 861236.

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

Color convert

RGB 52 36 13 -
CMYK 0 0.31 0.75 0.80
HSL 35.38º 0.6% 0.13% -
HSV(B) 35.38º 0.75% 0.2% -
XYZ 2.12 2.02 0.66 -
YUV 38.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 52 36 13 0 0.31 0.75 0.80 35.38 0.6 0.13
Hex 34 24 D 0 1F 4B 50 23 3C D
Octal 64 44 15 0 37 113 120 43 74 15
Binary 110100 100100 1101 0 11111 1001011 1010000 100011 111100 1101

Color Harmonies of #34240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34240D

Black with #34240D

Text Example


Text Example

White with #34240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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