#351D03

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

Shades of Cocoa Brown #351D03

Tints of Cocoa Brown #351D03

Color information

#351D03 (or 0x351D03) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1D and 03. RGB value is (53,29,3). Sum of RGB (Red+Green+Blue) = 53+29+3=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #351D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D03 is #CAE2FC. Grayscale: #212121. Windows color (decimal): -13296381 or 204085. OLE color: 204085.

HSL color Cylindrical-coordinate representation of color #351D03: hue angle of 31.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351D03 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB53293-
CMYK00.450.940.79
HSL31.2º89.29%10.98%-
HSV(B)31.2º94.34%20.78%-
XYZ1.921.640.3-
YUV33.21110.95142.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 29 (11.72% from 255) = 34.12%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=62.35%
G=34.12%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5329300.450.940.7931.289.2910.98
Hex351D302D5E4F1f59b
Octal653530551361173713113
Binary11010111101110101101101111010011111111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351D03; }

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

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

<style>
 a { background-color: #351D03; }

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

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

<style>
 span { border-color: #351D03; }

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

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