Html Css Color HEX #342313 Cocoa Brown

📋 copy color: '#342313'

red 52 ◦ green 35 ◦ blue 19

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

Shades of Cocoa Brown #342313

Tints of Cocoa Brown #342313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 49.06%
G = 33.02%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342313 (or 0x342313) is known color: Cocoa Brown. HEX triplet: 34, 23 and 13. RGB value is (52,35,19). Sum of RGB (Red+Green+Blue) = 52+35+19=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342313 is #CBDCEC. Grayscale: #262626. Windows color (decimal): -13360365 or 1254196. OLE color: 1254196.

HSL color Cylindrical-coordinate representation of color #342313: hue angle of 29.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342313 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 35 19 -
CMYK 0 0.33 0.63 0.80
HSL 29.09º 0.46% 0.14% -
HSV(B) 29.09º 0.63% 0.2% -
XYZ 2.13 1.98 0.89 -
YUV 38.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 52 35 19 0 0.33 0.63 0.80 29.09 0.46 0.14
Hex 34 23 13 0 21 3F 50 1D 2E E
Octal 64 43 23 0 41 77 120 35 56 16
Binary 110100 100011 10011 0 100001 111111 1010000 11101 101110 1110

Color Harmonies of #342313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342313

Black with #342313

Text Example


Text Example

White with #342313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342313; }

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

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

background-color css

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

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

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

border-color css

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

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

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