Html Css Color HEX #342413 Cocoa Brown

📋 copy color: '#342413'

red 52 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #342413

Tints of Cocoa Brown #342413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

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

R = 48.6%
G = 33.64%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342413 (or 0x342413) is known color: Cocoa Brown. HEX triplet: 34, 24 and 13. RGB value is (52,36,19). Sum of RGB (Red+Green+Blue) = 52+36+19=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342413 is #CBDBEC. Grayscale: #262626. Windows color (decimal): -13360109 or 1254452. OLE color: 1254452.

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

Color convert

RGB 52 36 19 -
CMYK 0 0.31 0.63 0.80
HSL 30.91º 0.46% 0.14% -
HSV(B) 30.91º 0.63% 0.2% -
XYZ 2.16 2.04 0.9 -
YUV 38.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 52 36 19 0 0.31 0.63 0.80 30.91 0.46 0.14
Hex 34 24 13 0 1F 3F 50 1F 2E E
Octal 64 44 23 0 37 77 120 37 56 16
Binary 110100 100100 10011 0 11111 111111 1010000 11111 101110 1110

Color Harmonies of #342413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342413

Black with #342413

Text Example


Text Example

White with #342413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342413; }

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

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

background-color css

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

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

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

border-color css

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

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

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