Html Css Color HEX #342014 Cocoa Brown

📋 copy color: '#342014'

red 52 ◦ green 32 ◦ blue 20

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

Shades of Cocoa Brown #342014

Tints of Cocoa Brown #342014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#342014 (or 0x342014) is known color: Cocoa Brown. HEX triplet: 34, 20 and 14. RGB value is (52,32,20). Sum of RGB (Red+Green+Blue) = 52+32+20=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342014 is #CBDFEB. Grayscale: #242424. Windows color (decimal): -13361132 or 1318964. OLE color: 1318964.

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

Color convert

RGB 52 32 20 -
CMYK 0 0.38 0.62 0.80
HSL 22.5º 0.44% 0.14% -
HSV(B) 22.5º 0.62% 0.2% -
XYZ 2.06 1.81 0.9 -
YUV 36.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 52 32 20 0 0.38 0.62 0.80 22.5 0.44 0.14
Hex 34 20 14 0 26 3E 50 16 2C E
Octal 64 40 24 0 46 76 120 26 54 16
Binary 110100 100000 10100 0 100110 111110 1010000 10110 101100 1110

Color Harmonies of #342014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342014

Black with #342014

Text Example


Text Example

White with #342014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342014; }

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

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

background-color css

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

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

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

border-color css

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

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

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