#351E03

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

Shades of Cocoa Brown #351E03

Tints of Cocoa Brown #351E03

Color information

#351E03 (or 0x351E03) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1E and 03. RGB value is (53,30,3). Sum of RGB (Red+Green+Blue) = 53+30+3=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E03 is #CAE1FC. Grayscale: #212121. Windows color (decimal): -13296125 or 204341. OLE color: 204341.

HSL color Cylindrical-coordinate representation of color #351E03: hue angle of 32.4º 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 #351E03 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB53303-
CMYK00.430.940.79
HSL32.4º89.29%10.98%-
HSV(B)32.4º94.34%20.78%-
XYZ1.951.690.31-
YUV33.8110.62141.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=61.63%
G=34.88%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5330300.430.940.7932.489.2910.98
Hex351E302B5E4F2059b
Octal653630531361174013113
Binary110101111101101010111011110100111110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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