#35261A

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

Shades of Cocoa Brown #35261A

Tints of Cocoa Brown #35261A

Color information

#35261A (or 0x35261A) is unknown color: approx Cocoa Brown. HEX triplet: 35, 26 and 1A. RGB value is (53,38,26). Sum of RGB (Red+Green+Blue) = 53+38+26=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35261A is #CAD9E5. Grayscale: #292929. Windows color (decimal): -13294054 or 1713717. OLE color: 1713717.

HSL color Cylindrical-coordinate representation of color #35261A: hue angle of 26.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35261A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB533826-
CMYK00.280.510.79
HSL26.67º34.18%15.49%-
HSV(B)26.67º50.94%20.78%-
XYZ2.352.221.28-
YUV41.12119.47136.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=45.30%
G=32.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53382600.280.510.7926.6734.1815.49
Hex35261A01C334F1b22f
Octal65463203463117334217
Binary110101100110110100111001100111001111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35261A; }

 p { color: rgb(53,38,26); }

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

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

 a { background-color: rgb(53,38,26); }

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

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

 span { border-color: rgb(53,38,26); }

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