Html Css Color HEX #342317 Cocoa Brown

📋 copy color: '#342317'

red 52 ◦ green 35 ◦ blue 23

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

Shades of Cocoa Brown #342317

Tints of Cocoa Brown #342317

RGB

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

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

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

R = 47.27%
G = 31.82%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#342317 (or 0x342317) is known color: Cocoa Brown. HEX triplet: 34, 23 and 17. RGB value is (52,35,23). Sum of RGB (Red+Green+Blue) = 52+35+23=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342317 is #CBDCE8. Grayscale: #262626. Windows color (decimal): -13360361 or 1516340. OLE color: 1516340.

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

Color convert

RGB 52 35 23 -
CMYK 0 0.33 0.56 0.80
HSL 24.83º 0.39% 0.15% -
HSV(B) 24.83º 0.56% 0.2% -
XYZ 2.17 1.99 1.08 -
YUV 38.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 52 35 23 0 0.33 0.56 0.80 24.83 0.39 0.15
Hex 34 23 17 0 21 38 50 19 27 F
Octal 64 43 27 0 41 70 120 31 47 17
Binary 110100 100011 10111 0 100001 111000 1010000 11001 100111 1111

Color Harmonies of #342317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342317

Black with #342317

Text Example


Text Example

White with #342317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342317; }

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

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

background-color css

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

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

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

border-color css

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

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

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