Html Css Color HEX #352412 Cocoa Brown

📋 copy color: '#352412'

red 53 ◦ green 36 ◦ blue 18

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

Shades of Cocoa Brown #352412

Tints of Cocoa Brown #352412

RGB

 RED value IS 53 (21.09% from 255) = 49.53%

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

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

R = 49.53%
G = 33.64%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#352412 (or 0x352412) is known color: Cocoa Brown. HEX triplet: 35, 24 and 12. RGB value is (53,36,18). Sum of RGB (Red+Green+Blue) = 53+36+18=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352412 is #CADBED. Grayscale: #272727. Windows color (decimal): -13294574 or 1188917. OLE color: 1188917.

HSL color Cylindrical-coordinate representation of color #352412: hue angle of 30.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352412 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 18 -
CMYK 0 0.32 0.66 0.79
HSL 30.86º 0.49% 0.14% -
HSV(B) 30.86º 0.66% 0.21% -
XYZ 2.21 2.06 0.85 -
YUV 39.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 53 36 18 0 0.32 0.66 0.79 30.86 0.49 0.14
Hex 35 24 12 0 20 42 4F 1F 31 E
Octal 65 44 22 0 40 102 117 37 61 16
Binary 110101 100100 10010 0 100000 1000010 1001111 11111 110001 1110

Color Harmonies of #352412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352412

Black with #352412

Text Example


Text Example

White with #352412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352412; }

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

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

background-color css

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

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

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

border-color css

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

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

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