Html Css Color HEX #342519 Cocoa Brown

📋 copy color: '#342519'

red 52 ◦ green 37 ◦ blue 25

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

Shades of Cocoa Brown #342519

Tints of Cocoa Brown #342519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.46%

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

R = 45.61%
G = 32.46%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#342519 (or 0x342519) is known color: Cocoa Brown. HEX triplet: 34, 25 and 19. RGB value is (52,37,25). Sum of RGB (Red+Green+Blue) = 52+37+25=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #342519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342519 is #CBDAE6. Grayscale: #282828. Windows color (decimal): -13359847 or 1647924. OLE color: 1647924.

HSL color Cylindrical-coordinate representation of color #342519: hue angle of 26.67º 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 #342519 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 37 25 -
CMYK 0 0.29 0.52 0.80
HSL 26.67º 0.35% 0.15% -
HSV(B) 26.67º 0.52% 0.2% -
XYZ 2.25 2.12 1.21 -
YUV 40.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 52 37 25 0 0.29 0.52 0.80 26.67 0.35 0.15
Hex 34 25 19 0 1D 34 50 1B 23 F
Octal 64 45 31 0 35 64 120 33 43 17
Binary 110100 100101 11001 0 11101 110100 1010000 11011 100011 1111

Color Harmonies of #342519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342519

Black with #342519

Text Example


Text Example

White with #342519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342519; }

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

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

background-color css

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

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

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

border-color css

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

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

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