Html Css Color HEX #342419 Cocoa Brown

📋 copy color: '#342419'

red 52 ◦ green 36 ◦ blue 25

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

Shades of Cocoa Brown #342419

Tints of Cocoa Brown #342419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 46.02%
G = 31.86%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#342419 (or 0x342419) is known color: Cocoa Brown. HEX triplet: 34, 24 and 19. RGB value is (52,36,25). Sum of RGB (Red+Green+Blue) = 52+36+25=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342419 is #CBDBE6. Grayscale: #272727. Windows color (decimal): -13360103 or 1647668. OLE color: 1647668.

HSL color Cylindrical-coordinate representation of color #342419: hue angle of 24.44º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342419 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 36 25 -
CMYK 0 0.31 0.52 0.80
HSL 24.44º 0.35% 0.15% -
HSV(B) 24.44º 0.52% 0.2% -
XYZ 2.22 2.06 1.2 -
YUV 39.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 52 36 25 0 0.31 0.52 0.80 24.44 0.35 0.15
Hex 34 24 19 0 1F 34 50 18 23 F
Octal 64 44 31 0 37 64 120 30 43 17
Binary 110100 100100 11001 0 11111 110100 1010000 11000 100011 1111

Color Harmonies of #342419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342419

Black with #342419

Text Example


Text Example

White with #342419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342419; }

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

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

background-color css

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

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

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

border-color css

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

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

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