Html Css Color HEX #342512 Cocoa Brown

📋 copy color: '#342512'

red 52 ◦ green 37 ◦ blue 18

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

Shades of Cocoa Brown #342512

Tints of Cocoa Brown #342512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 48.6%
G = 34.58%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#342512 (or 0x342512) is known color: Cocoa Brown. HEX triplet: 34, 25 and 12. RGB value is (52,37,18). Sum of RGB (Red+Green+Blue) = 52+37+18=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342512 is #CBDAED. Grayscale: #272727. Windows color (decimal): -13359854 or 1189172. OLE color: 1189172.

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

Color convert

RGB 52 37 18 -
CMYK 0 0.29 0.65 0.80
HSL 33.53º 0.49% 0.14% -
HSV(B) 33.53º 0.65% 0.2% -
XYZ 2.19 2.1 0.86 -
YUV 39.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 52 37 18 0 0.29 0.65 0.80 33.53 0.49 0.14
Hex 34 25 12 0 1D 41 50 22 31 E
Octal 64 45 22 0 35 101 120 42 61 16
Binary 110100 100101 10010 0 11101 1000001 1010000 100010 110001 1110

Color Harmonies of #342512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342512

Black with #342512

Text Example


Text Example

White with #342512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342512; }

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

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

background-color css

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

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

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

border-color css

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

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

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