#35281A

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

Shades of Cocoa Brown #35281A

Tints of Cocoa Brown #35281A

Color information

#35281A (or 0x35281A) is unknown color: approx Cocoa Brown. HEX triplet: 35, 28 and 1A. RGB value is (53,40,26). Sum of RGB (Red+Green+Blue) = 53+40+26=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35281A is #CAD7E5. Grayscale: #2A2A2A. Windows color (decimal): -13293542 or 1714229. OLE color: 1714229.

HSL color Cylindrical-coordinate representation of color #35281A: hue angle of 31.11º 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 #35281A is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB534026-
CMYK00.250.510.79
HSL31.11º34.18%15.49%-
HSV(B)31.11º50.94%20.78%-
XYZ2.412.351.3-
YUV42.29118.81135.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=44.54%
G=33.61%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53402600.250.510.7931.1134.1815.49
Hex35281A019334F1f22f
Octal65503203163117374217
Binary110101101000110100110011100111001111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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