Html Css Color HEX #342513 Cocoa Brown

📋 copy color: '#342513'

red 52 ◦ green 37 ◦ blue 19

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

Shades of Cocoa Brown #342513

Tints of Cocoa Brown #342513

RGB

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

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

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

R = 48.15%
G = 34.26%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342513 (or 0x342513) is known color: Cocoa Brown. HEX triplet: 34, 25 and 13. RGB value is (52,37,19). Sum of RGB (Red+Green+Blue) = 52+37+19=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342513 is #CBDAEC. Grayscale: #272727. Windows color (decimal): -13359853 or 1254708. OLE color: 1254708.

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

Color convert

RGB 52 37 19 -
CMYK 0 0.29 0.63 0.80
HSL 32.73º 0.46% 0.14% -
HSV(B) 32.73º 0.63% 0.2% -
XYZ 2.2 2.1 0.91 -
YUV 39.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 52 37 19 0 0.29 0.63 0.80 32.73 0.46 0.14
Hex 34 25 13 0 1D 3F 50 21 2E E
Octal 64 45 23 0 35 77 120 41 56 16
Binary 110100 100101 10011 0 11101 111111 1010000 100001 101110 1110

Color Harmonies of #342513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342513

Black with #342513

Text Example


Text Example

White with #342513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342513; }

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

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

background-color css

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

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

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

border-color css

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

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

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