Html Css Color HEX #352201 Cocoa Brown

📋 copy color: '#352201'

red 53 ◦ green 34 ◦ blue 1

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

Shades of Cocoa Brown #352201

Tints of Cocoa Brown #352201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.64%

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 60.23%
G = 38.64%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352201 (or 0x352201) is known color: Cocoa Brown. HEX triplet: 35, 22 and 01. RGB value is (53,34,1). Sum of RGB (Red+Green+Blue) = 53+34+1=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #352201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352201 is #CADDFE. Grayscale: #242424. Windows color (decimal): -13295103 or 74293. OLE color: 74293.

HSL color Cylindrical-coordinate representation of color #352201: hue angle of 38.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #352201 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 34 1 -
CMYK 0 0.36 0.98 0.79
HSL 38.08º 0.96% 0.11% -
HSV(B) 38.08º 0.98% 0.21% -
XYZ 2.05 1.9 0.29 -
YUV 35.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 53 34 1 0 0.36 0.98 0.79 38.08 0.96 0.11
Hex 35 22 1 0 24 62 4F 26 60 B
Octal 65 42 1 0 44 142 117 46 140 13
Binary 110101 100010 1 0 100100 1100010 1001111 100110 1100000 1011

Color Harmonies of #352201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352201

Black with #352201

Text Example


Text Example

White with #352201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352201; }

 p { color: rgb(53,34,1); }

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

background-color css

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

 a { background-color: rgb(53,34,1); }

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

border-color css

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

 span { border-color: rgb(53,34,1); }

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