Html Css Color HEX #352102 Cocoa Brown

📋 copy color: '#352102'

red 53 ◦ green 33 ◦ blue 2

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

Shades of Cocoa Brown #352102

Tints of Cocoa Brown #352102

RGB

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

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

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

R = 60.23%
G = 37.5%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#352102 (or 0x352102) is known color: Cocoa Brown. HEX triplet: 35, 21 and 02. RGB value is (53,33,2). Sum of RGB (Red+Green+Blue) = 53+33+2=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #352102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352102 is #CADEFD. Grayscale: #232323. Windows color (decimal): -13295358 or 139573. OLE color: 139573.

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

Color convert

RGB 53 33 2 -
CMYK 0 0.38 0.96 0.79
HSL 36.47º 0.93% 0.11% -
HSV(B) 36.47º 0.96% 0.21% -
XYZ 2.02 1.85 0.31 -
YUV 35.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 53 33 2 0 0.38 0.96 0.79 36.47 0.93 0.11
Hex 35 21 2 0 26 60 4F 24 5D B
Octal 65 41 2 0 46 140 117 44 135 13
Binary 110101 100001 10 0 100110 1100000 1001111 100100 1011101 1011

Color Harmonies of #352102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352102

Black with #352102

Text Example


Text Example

White with #352102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352102; }

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

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

background-color css

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

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

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

border-color css

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

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

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