Html Css Color HEX #352303 Cocoa Brown

📋 copy color: '#352303'

red 53 ◦ green 35 ◦ blue 3

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

Shades of Cocoa Brown #352303

Tints of Cocoa Brown #352303

RGB

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

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

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

R = 58.24%
G = 38.46%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#352303 (or 0x352303) is known color: Cocoa Brown. HEX triplet: 35, 23 and 03. RGB value is (53,35,3). Sum of RGB (Red+Green+Blue) = 53+35+3=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352303 is #CADCFC. Grayscale: #242424. Windows color (decimal): -13294845 or 205621. OLE color: 205621.

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

Color convert

RGB 53 35 3 -
CMYK 0 0.34 0.94 0.79
HSL 38.4º 0.89% 0.11% -
HSV(B) 38.4º 0.94% 0.21% -
XYZ 2.09 1.97 0.36 -
YUV 36.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 53 35 3 0 0.34 0.94 0.79 38.4 0.89 0.11
Hex 35 23 3 0 22 5E 4F 26 59 B
Octal 65 43 3 0 42 136 117 46 131 13
Binary 110101 100011 11 0 100010 1011110 1001111 100110 1011001 1011

Color Harmonies of #352303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352303

Black with #352303

Text Example


Text Example

White with #352303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352303; }

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

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

background-color css

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

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

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

border-color css

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

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

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