Html Css Color HEX #342717 Cocoa Brown

📋 copy color: '#342717'

red 52 ◦ green 39 ◦ blue 23

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

Shades of Cocoa Brown #342717

Tints of Cocoa Brown #342717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.21%

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

R = 45.61%
G = 34.21%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#342717 (or 0x342717) is known color: Cocoa Brown. HEX triplet: 34, 27 and 17. RGB value is (52,39,23). Sum of RGB (Red+Green+Blue) = 52+39+23=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #342717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342717 is #CBD8E8. Grayscale: #292929. Windows color (decimal): -13359337 or 1517364. OLE color: 1517364.

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

Color convert

RGB 52 39 23 -
CMYK 0 0.25 0.56 0.80
HSL 33.1º 0.39% 0.15% -
HSV(B) 33.1º 0.56% 0.2% -
XYZ 2.3 2.24 1.12 -
YUV 41.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 52 39 23 0 0.25 0.56 0.80 33.1 0.39 0.15
Hex 34 27 17 0 19 38 50 21 27 F
Octal 64 47 27 0 31 70 120 41 47 17
Binary 110100 100111 10111 0 11001 111000 1010000 100001 100111 1111

Color Harmonies of #342717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342717

Black with #342717

Text Example


Text Example

White with #342717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342717; }

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

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

background-color css

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

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

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

border-color css

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

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

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