Html Css Color HEX #352003 Cocoa Brown

📋 copy color: '#352003'

red 53 ◦ green 32 ◦ blue 3

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

Shades of Cocoa Brown #352003

Tints of Cocoa Brown #352003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.41%

R = 60.23%
G = 36.36%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#352003 (or 0x352003) is known color: Cocoa Brown. HEX triplet: 35, 20 and 03. RGB value is (53,32,3). Sum of RGB (Red+Green+Blue) = 53+32+3=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #352003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352003 is #CADFFC. Grayscale: #232323. Windows color (decimal): -13295613 or 204853. OLE color: 204853.

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

Color convert

RGB 53 32 3 -
CMYK 0 0.40 0.94 0.79
HSL 34.8º 0.89% 0.11% -
HSV(B) 34.8º 0.94% 0.21% -
XYZ 2 1.8 0.33 -
YUV 34.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 53 32 3 0 0.40 0.94 0.79 34.8 0.89 0.11
Hex 35 20 3 0 28 5E 4F 23 59 B
Octal 65 40 3 0 50 136 117 43 131 13
Binary 110101 100000 11 0 101000 1011110 1001111 100011 1011001 1011

Color Harmonies of #352003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352003

Black with #352003

Text Example


Text Example

White with #352003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352003; }

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

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

background-color css

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

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

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

border-color css

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

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

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