#351C01

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

Shades of Cocoa Brown #351C01

Tints of Cocoa Brown #351C01

Color information

#351C01 (or 0x351C01) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1C and 01. RGB value is (53,28,1). Sum of RGB (Red+Green+Blue) = 53+28+1=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C01 is #CAE3FE. Grayscale: #202020. Windows color (decimal): -13296639 or 72757. OLE color: 72757.

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

Color convert

RGB53281-
CMYK00.470.980.79
HSL31.15º96.3%10.59%-
HSV(B)31.15º98.11%20.78%-
XYZ1.891.590.24-
YUV32.4110.28142.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=64.63%
G=34.15%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5328100.470.980.7931.1596.310.59
Hex351C102F624F1f60b
Octal653410571421173714013
Binary1101011110010101111110001010011111111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,28,1); }

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

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

 a { background-color: rgb(53,28,1); }

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

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

 span { border-color: rgb(53,28,1); }

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