Html Css Color HEX #342517 Cocoa Brown

📋 copy color: '#342517'

red 52 ◦ green 37 ◦ blue 23

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

Shades of Cocoa Brown #342517

Tints of Cocoa Brown #342517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 46.43%
G = 33.04%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#342517 (or 0x342517) is known color: Cocoa Brown. HEX triplet: 34, 25 and 17. RGB value is (52,37,23). Sum of RGB (Red+Green+Blue) = 52+37+23=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342517 is #CBDAE8. Grayscale: #272727. Windows color (decimal): -13359849 or 1516852. OLE color: 1516852.

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

Color convert

RGB 52 37 23 -
CMYK 0 0.29 0.56 0.80
HSL 28.97º 0.39% 0.15% -
HSV(B) 28.97º 0.56% 0.2% -
XYZ 2.23 2.12 1.1 -
YUV 39.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 52 37 23 0 0.29 0.56 0.80 28.97 0.39 0.15
Hex 34 25 17 0 1D 38 50 1D 27 F
Octal 64 45 27 0 35 70 120 35 47 17
Binary 110100 100101 10111 0 11101 111000 1010000 11101 100111 1111

Color Harmonies of #342517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342517

Black with #342517

Text Example


Text Example

White with #342517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342517; }

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

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

background-color css

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

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

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

border-color css

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

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

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