#35210B

Color #35210B Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #35210B

Tints of Cocoa Brown #35210B

Color information

#35210B (or 0x35210B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 0B. RGB value is (53,33,11). Sum of RGB (Red+Green+Blue) = 53+33+11=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35210B is #CADEF4. Grayscale: #242424. Windows color (decimal): -13295349 or 729397. OLE color: 729397.

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

Color convert

RGB533311-
CMYK00.380.790.79
HSL31.43º65.62%12.55%-
HSV(B)31.43º79.25%20.78%-
XYZ2.071.870.57-
YUV36.47113.63139.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=54.64%
G=34.02%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53331100.380.790.7931.4365.6212.55
Hex3521B0264F4F1f42d
Octal6541130461171173710215
Binary11010110000110110100110100111110011111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35210B; }

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

 H1.HeaderClassName
 {
   color: #35210B;
 }
 .AnyTagClassName
 {
   color: #35210B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #35210B;
 }
 .BgClassName
 {
   background-color: #35210B;
 }
</style>
border-color css

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

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

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