Html Css Color HEX #342319 Cocoa Brown

📋 copy color: '#342319'

red 52 ◦ green 35 ◦ blue 25

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

Shades of Cocoa Brown #342319

Tints of Cocoa Brown #342319

RGB

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

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

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

R = 46.43%
G = 31.25%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#342319 (or 0x342319) is known color: Cocoa Brown. HEX triplet: 34, 23 and 19. RGB value is (52,35,25). Sum of RGB (Red+Green+Blue) = 52+35+25=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342319 is #CBDCE6. Grayscale: #272727. Windows color (decimal): -13360359 or 1647412. OLE color: 1647412.

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

Color convert

RGB 52 35 25 -
CMYK 0 0.33 0.52 0.80
HSL 22.22º 0.35% 0.15% -
HSV(B) 22.22º 0.52% 0.2% -
XYZ 2.19 2 1.19 -
YUV 38.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 52 35 25 0 0.33 0.52 0.80 22.22 0.35 0.15
Hex 34 23 19 0 21 34 50 16 23 F
Octal 64 43 31 0 41 64 120 26 43 17
Binary 110100 100011 11001 0 100001 110100 1010000 10110 100011 1111

Color Harmonies of #342319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342319

Black with #342319

Text Example


Text Example

White with #342319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342319; }

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

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

background-color css

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

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

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

border-color css

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

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

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