Html Css Color HEX #342617 Cocoa Brown

📋 copy color: '#342617'

red 52 ◦ green 38 ◦ blue 23

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

Shades of Cocoa Brown #342617

Tints of Cocoa Brown #342617

RGB

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

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

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

R = 46.02%
G = 33.63%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#342617 (or 0x342617) is known color: Cocoa Brown. HEX triplet: 34, 26 and 17. RGB value is (52,38,23). Sum of RGB (Red+Green+Blue) = 52+38+23=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342617 is #CBD9E8. Grayscale: #282828. Windows color (decimal): -13359593 or 1517108. OLE color: 1517108.

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

Color convert

RGB 52 38 23 -
CMYK 0 0.27 0.56 0.80
HSL 31.03º 0.39% 0.15% -
HSV(B) 31.03º 0.56% 0.2% -
XYZ 2.26 2.18 1.11 -
YUV 40.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 52 38 23 0 0.27 0.56 0.80 31.03 0.39 0.15
Hex 34 26 17 0 1B 38 50 1F 27 F
Octal 64 46 27 0 33 70 120 37 47 17
Binary 110100 100110 10111 0 11011 111000 1010000 11111 100111 1111

Color Harmonies of #342617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342617

Black with #342617

Text Example


Text Example

White with #342617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342617; }

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

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

background-color css

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

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

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

border-color css

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

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

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