Html Css Color HEX #352002 Cocoa Brown

📋 copy color: '#352002'

red 53 ◦ green 32 ◦ blue 2

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

Shades of Cocoa Brown #352002

Tints of Cocoa Brown #352002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

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

R = 60.92%
G = 36.78%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#352002 (or 0x352002) is known color: Cocoa Brown. HEX triplet: 35, 20 and 02. RGB value is (53,32,2). Sum of RGB (Red+Green+Blue) = 53+32+2=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #352002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352002 is #CADFFD. Grayscale: #232323. Windows color (decimal): -13295614 or 139317. OLE color: 139317.

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

Color convert

RGB 53 32 2 -
CMYK 0 0.40 0.96 0.79
HSL 35.29º 0.93% 0.11% -
HSV(B) 35.29º 0.96% 0.21% -
XYZ 2 1.79 0.3 -
YUV 34.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 53 32 2 0 0.40 0.96 0.79 35.29 0.93 0.11
Hex 35 20 2 0 28 60 4F 23 5D B
Octal 65 40 2 0 50 140 117 43 135 13
Binary 110101 100000 10 0 101000 1100000 1001111 100011 1011101 1011

Color Harmonies of #352002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352002

Black with #352002

Text Example


Text Example

White with #352002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352002; }

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

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

background-color css

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

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

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

border-color css

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

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

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