Html Css Color HEX #352109 Cocoa Brown

📋 copy color: '#352109'

red 53 ◦ green 33 ◦ blue 9

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

Shades of Cocoa Brown #352109

Tints of Cocoa Brown #352109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 55.79%
G = 34.74%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352109 (or 0x352109) is known color: Cocoa Brown. HEX triplet: 35, 21 and 09. RGB value is (53,33,9). Sum of RGB (Red+Green+Blue) = 53+33+9=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352109 is #CADEF6. Grayscale: #242424. Windows color (decimal): -13295351 or 598325. OLE color: 598325.

HSL color Cylindrical-coordinate representation of color #352109: hue angle of 32.73º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352109 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 9 -
CMYK 0 0.38 0.83 0.79
HSL 32.73º 0.71% 0.12% -
HSV(B) 32.73º 0.83% 0.21% -
XYZ 2.06 1.86 0.51 -
YUV 36.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 53 33 9 0 0.38 0.83 0.79 32.73 0.71 0.12
Hex 35 21 9 0 26 53 4F 21 47 C
Octal 65 41 11 0 46 123 117 41 107 14
Binary 110101 100001 1001 0 100110 1010011 1001111 100001 1000111 1100

Color Harmonies of #352109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352109

Black with #352109

Text Example


Text Example

White with #352109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352109; }

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

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

background-color css

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

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

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

border-color css

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

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

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