Html Css Color HEX #342616 Cocoa Brown

📋 copy color: '#342616'

red 52 ◦ green 38 ◦ blue 22

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

Shades of Cocoa Brown #342616

Tints of Cocoa Brown #342616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 46.43%
G = 33.93%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#342616 (or 0x342616) is known color: Cocoa Brown. HEX triplet: 34, 26 and 16. RGB value is (52,38,22). Sum of RGB (Red+Green+Blue) = 52+38+22=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342616 is #CBD9E9. Grayscale: #282828. Windows color (decimal): -13359594 or 1451572. OLE color: 1451572.

HSL color Cylindrical-coordinate representation of color #342616: hue angle of 32º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342616 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 38 22 -
CMYK 0 0.27 0.58 0.80
HSL 32º 0.41% 0.15% -
HSV(B) 32º 0.58% 0.2% -
XYZ 2.25 2.17 1.06 -
YUV 40.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 52 38 22 0 0.27 0.58 0.80 32 0.41 0.15
Hex 34 26 16 0 1B 3A 50 20 29 F
Octal 64 46 26 0 33 72 120 40 51 17
Binary 110100 100110 10110 0 11011 111010 1010000 100000 101001 1111

Color Harmonies of #342616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342616

Black with #342616

Text Example


Text Example

White with #342616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342616; }

 p { color: rgb(52,38,22); }

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

background-color css

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

 a { background-color: rgb(52,38,22); }

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

border-color css

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

 span { border-color: rgb(52,38,22); }

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