Html Css Color HEX #352112 Cocoa Brown

📋 copy color: '#352112'

red 53 ◦ green 33 ◦ blue 18

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

Shades of Cocoa Brown #352112

Tints of Cocoa Brown #352112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

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

R = 50.96%
G = 31.73%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#352112 (or 0x352112) is known color: Cocoa Brown. HEX triplet: 35, 21 and 12. RGB value is (53,33,18). Sum of RGB (Red+Green+Blue) = 53+33+18=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352112 is #CADEED. Grayscale: #252525. Windows color (decimal): -13295342 or 1188149. OLE color: 1188149.

HSL color Cylindrical-coordinate representation of color #352112: hue angle of 25.71º 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 #352112 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 18 -
CMYK 0 0.38 0.66 0.79
HSL 25.71º 0.49% 0.14% -
HSV(B) 25.71º 0.66% 0.21% -
XYZ 2.12 1.89 0.82 -
YUV 37.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 53 33 18 0 0.38 0.66 0.79 25.71 0.49 0.14
Hex 35 21 12 0 26 42 4F 1A 31 E
Octal 65 41 22 0 46 102 117 32 61 16
Binary 110101 100001 10010 0 100110 1000010 1001111 11010 110001 1110

Color Harmonies of #352112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352112

Black with #352112

Text Example


Text Example

White with #352112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352112; }

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

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

background-color css

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

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

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

border-color css

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

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

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