Html Css Color HEX #352000 Cocoa Brown

📋 copy color: '#352000'

red 53 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #352000

Tints of Cocoa Brown #352000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.35%
G = 37.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352000 (or 0x352000) is known color: Cocoa Brown. HEX triplet: 35, 20 and 00. RGB value is (53,32,0). Sum of RGB (Red+Green+Blue) = 53+32+0=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #352000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352000 is #CADFFF. Grayscale: #222222. Windows color (decimal): -13295616 or 8245. OLE color: 8245.

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

Color convert

RGB 53 32 0 -
CMYK 0 0.40 1 0.79
HSL 36.23º 1% 0.1% -
HSV(B) 36.23º 1% 0.21% -
XYZ 1.98 1.79 0.24 -
YUV 34.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 53 32 0 0 0.40 1 0.79 36.23 1 0.1
Hex 35 20 0 0 28 64 4F 24 64 A
Octal 65 40 0 0 50 144 117 44 144 12
Binary 110101 100000 0 0 101000 1100100 1001111 100100 1100100 1010

Color Harmonies of #352000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352000

Black with #352000

Text Example


Text Example

White with #352000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352000; }

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

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

background-color css

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

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

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

border-color css

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

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

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