Html Css Color HEX #342212 Cocoa Brown

📋 copy color: '#342212'

red 52 ◦ green 34 ◦ blue 18

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

Shades of Cocoa Brown #342212

Tints of Cocoa Brown #342212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.69%

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 50%
G = 32.69%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#342212 (or 0x342212) is known color: Cocoa Brown. HEX triplet: 34, 22 and 12. RGB value is (52,34,18). Sum of RGB (Red+Green+Blue) = 52+34+18=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342212 is #CBDDED. Grayscale: #252525. Windows color (decimal): -13360622 or 1188404. OLE color: 1188404.

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

Color convert

RGB 52 34 18 -
CMYK 0 0.35 0.65 0.80
HSL 28.24º 0.49% 0.14% -
HSV(B) 28.24º 0.65% 0.2% -
XYZ 2.1 1.92 0.83 -
YUV 37.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 52 34 18 0 0.35 0.65 0.80 28.24 0.49 0.14
Hex 34 22 12 0 23 41 50 1C 31 E
Octal 64 42 22 0 43 101 120 34 61 16
Binary 110100 100010 10010 0 100011 1000001 1010000 11100 110001 1110

Color Harmonies of #342212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342212

Black with #342212

Text Example


Text Example

White with #342212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342212; }

 p { color: rgb(52,34,18); }

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

background-color css

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

 a { background-color: rgb(52,34,18); }

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

border-color css

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

 span { border-color: rgb(52,34,18); }

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