Html Css Color HEX #352612 Cocoa Brown

📋 copy color: '#352612'

red 53 ◦ green 38 ◦ blue 18

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

Shades of Cocoa Brown #352612

Tints of Cocoa Brown #352612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 48.62%
G = 34.86%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#352612 (or 0x352612) is known color: Cocoa Brown. HEX triplet: 35, 26 and 12. RGB value is (53,38,18). Sum of RGB (Red+Green+Blue) = 53+38+18=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352612 is #CAD9ED. Grayscale: #282828. Windows color (decimal): -13294062 or 1189429. OLE color: 1189429.

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

Color convert

RGB 53 38 18 -
CMYK 0 0.28 0.66 0.79
HSL 34.29º 0.49% 0.14% -
HSV(B) 34.29º 0.66% 0.21% -
XYZ 2.27 2.19 0.87 -
YUV 40.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 53 38 18 0 0.28 0.66 0.79 34.29 0.49 0.14
Hex 35 26 12 0 1C 42 4F 22 31 E
Octal 65 46 22 0 34 102 117 42 61 16
Binary 110101 100110 10010 0 11100 1000010 1001111 100010 110001 1110

Color Harmonies of #352612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352612

Black with #352612

Text Example


Text Example

White with #352612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352612; }

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

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

background-color css

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

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

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

border-color css

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

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

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