Html Css Color HEX #342619 Cocoa Brown

📋 copy color: '#342619'

red 52 ◦ green 38 ◦ blue 25

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

Shades of Cocoa Brown #342619

Tints of Cocoa Brown #342619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.04%

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

R = 45.22%
G = 33.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#342619 (or 0x342619) is known color: Cocoa Brown. HEX triplet: 34, 26 and 19. RGB value is (52,38,25). Sum of RGB (Red+Green+Blue) = 52+38+25=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342619 is #CBD9E6. Grayscale: #282828. Windows color (decimal): -13359591 or 1648180. OLE color: 1648180.

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

Color convert

RGB 52 38 25 -
CMYK 0 0.27 0.52 0.80
HSL 28.89º 0.35% 0.15% -
HSV(B) 28.89º 0.52% 0.2% -
XYZ 2.28 2.19 1.22 -
YUV 40.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 52 38 25 0 0.27 0.52 0.80 28.89 0.35 0.15
Hex 34 26 19 0 1B 34 50 1D 23 F
Octal 64 46 31 0 33 64 120 35 43 17
Binary 110100 100110 11001 0 11011 110100 1010000 11101 100011 1111

Color Harmonies of #342619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342619

Black with #342619

Text Example


Text Example

White with #342619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342619; }

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

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

background-color css

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

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

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

border-color css

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

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

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