#35271D

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

Shades of Cocoa Brown #35271D

Tints of Cocoa Brown #35271D

Color information

#35271D (or 0x35271D) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 1D. RGB value is (53,39,29). Sum of RGB (Red+Green+Blue) = 53+39+29=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271D is #CAD8E2. Grayscale: #2A2A2A. Windows color (decimal): -13293795 or 1910581. OLE color: 1910581.

HSL color Cylindrical-coordinate representation of color #35271D: hue angle of 25º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35271D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB533929-
CMYK00.260.450.79
HSL25º29.27%16.08%-
HSV(B)25º45.28%20.78%-
XYZ2.422.31.48-
YUV42.05120.64135.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=43.80%
G=32.23%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392900.260.450.792529.2716.08
Hex35271D01A2D4F191d10
Octal65473503255117313520
Binary110101100111111010110101011011001111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35271D; }

 p { color: rgb(53,39,29); }

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

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

 a { background-color: rgb(53,39,29); }

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

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

 span { border-color: rgb(53,39,29); }

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