Html Css Color HEX #342013 Cocoa Brown

📋 copy color: '#342013'

red 52 ◦ green 32 ◦ blue 19

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

Shades of Cocoa Brown #342013

Tints of Cocoa Brown #342013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

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

R = 50.49%
G = 31.07%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342013 (or 0x342013) is known color: Cocoa Brown. HEX triplet: 34, 20 and 13. RGB value is (52,32,19). Sum of RGB (Red+Green+Blue) = 52+32+19=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342013 is #CBDFEC. Grayscale: #242424. Windows color (decimal): -13361133 or 1253428. OLE color: 1253428.

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

Color convert

RGB 52 32 19 -
CMYK 0 0.38 0.63 0.80
HSL 23.64º 0.46% 0.14% -
HSV(B) 23.64º 0.63% 0.2% -
XYZ 2.05 1.81 0.86 -
YUV 36.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 52 32 19 0 0.38 0.63 0.80 23.64 0.46 0.14
Hex 34 20 13 0 26 3F 50 18 2E E
Octal 64 40 23 0 46 77 120 30 56 16
Binary 110100 100000 10011 0 100110 111111 1010000 11000 101110 1110

Color Harmonies of #342013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342013

Black with #342013

Text Example


Text Example

White with #342013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342013; }

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

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

background-color css

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

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

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

border-color css

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

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

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