Html Css Color HEX #352302 Cocoa Brown

📋 copy color: '#352302'

red 53 ◦ green 35 ◦ blue 2

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

Shades of Cocoa Brown #352302

Tints of Cocoa Brown #352302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 58.89%
G = 38.89%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#352302 (or 0x352302) is known color: Cocoa Brown. HEX triplet: 35, 23 and 02. RGB value is (53,35,2). Sum of RGB (Red+Green+Blue) = 53+35+2=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #352302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352302 is #CADCFD. Grayscale: #242424. Windows color (decimal): -13294846 or 140085. OLE color: 140085.

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

Color convert

RGB 53 35 2 -
CMYK 0 0.34 0.96 0.79
HSL 38.82º 0.93% 0.11% -
HSV(B) 38.82º 0.96% 0.21% -
XYZ 2.08 1.96 0.33 -
YUV 36.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 53 35 2 0 0.34 0.96 0.79 38.82 0.93 0.11
Hex 35 23 2 0 22 60 4F 27 5D B
Octal 65 43 2 0 42 140 117 47 135 13
Binary 110101 100011 10 0 100010 1100000 1001111 100111 1011101 1011

Color Harmonies of #352302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352302

Black with #352302

Text Example


Text Example

White with #352302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352302; }

 p { color: rgb(53,35,2); }

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

background-color css

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

 a { background-color: rgb(53,35,2); }

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

border-color css

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

 span { border-color: rgb(53,35,2); }

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