#35281E

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

Shades of Cocoa Brown #35281E

Tints of Cocoa Brown #35281E

Color information

#35281E (or 0x35281E) is unknown color: approx Cocoa Brown. HEX triplet: 35, 28 and 1E. RGB value is (53,40,30). Sum of RGB (Red+Green+Blue) = 53+40+30=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35281E is #CAD7E1. Grayscale: #2A2A2A. Windows color (decimal): -13293538 or 1976373. OLE color: 1976373.

HSL color Cylindrical-coordinate representation of color #35281E: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35281E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB534030-
CMYK00.250.430.79
HSL26.09º27.71%16.27%-
HSV(B)26.09º43.4%20.78%-
XYZ2.462.371.56-
YUV42.75120.81135.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=43.09%
G=32.52%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53403000.250.430.7926.0927.7116.27
Hex35281E0192B4F1a1c10
Octal65503603153117323420
Binary110101101000111100110011010111001111110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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