#35210C

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

Shades of Cocoa Brown #35210C

Tints of Cocoa Brown #35210C

Color information

#35210C (or 0x35210C) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 0C. RGB value is (53,33,12). Sum of RGB (Red+Green+Blue) = 53+33+12=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35210C is #CADEF3. Grayscale: #242424. Windows color (decimal): -13295348 or 794933. OLE color: 794933.

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

Color convert

RGB533312-
CMYK00.380.770.79
HSL30.73º63.08%12.75%-
HSV(B)30.73º77.36%20.78%-
XYZ2.081.870.6-
YUV36.59114.13139.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=54.08%
G=33.67%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53331200.380.770.7930.7363.0812.75
Hex3521C0264D4F1f3fd
Octal654114046115117377715
Binary1101011000011100010011010011011001111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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