Html Css Color HEX #342412 Cocoa Brown

📋 copy color: '#342412'

red 52 ◦ green 36 ◦ blue 18

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

Shades of Cocoa Brown #342412

Tints of Cocoa Brown #342412

RGB

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

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

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

R = 49.06%
G = 33.96%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#342412 (or 0x342412) is known color: Cocoa Brown. HEX triplet: 34, 24 and 12. RGB value is (52,36,18). Sum of RGB (Red+Green+Blue) = 52+36+18=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342412 is #CBDBED. Grayscale: #262626. Windows color (decimal): -13360110 or 1188916. OLE color: 1188916.

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

Color convert

RGB 52 36 18 -
CMYK 0 0.31 0.65 0.80
HSL 31.76º 0.49% 0.14% -
HSV(B) 31.76º 0.65% 0.2% -
XYZ 2.16 2.04 0.85 -
YUV 38.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 52 36 18 0 0.31 0.65 0.80 31.76 0.49 0.14
Hex 34 24 12 0 1F 41 50 20 31 E
Octal 64 44 22 0 37 101 120 40 61 16
Binary 110100 100100 10010 0 11111 1000001 1010000 100000 110001 1110

Color Harmonies of #342412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342412

Black with #342412

Text Example


Text Example

White with #342412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342412; }

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

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

background-color css

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

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

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

border-color css

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

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

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