#351F0B

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

Shades of Cocoa Brown #351F0B

Tints of Cocoa Brown #351F0B

Color information

#351F0B (or 0x351F0B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1F and 0B. RGB value is (53,31,11). Sum of RGB (Red+Green+Blue) = 53+31+11=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F0B is #CAE0F4. Grayscale: #232323. Windows color (decimal): -13295861 or 728885. OLE color: 728885.

HSL color Cylindrical-coordinate representation of color #351F0B: hue angle of 28.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351F0B is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB533111-
CMYK00.420.790.79
HSL28.57º65.62%12.55%-
HSV(B)28.57º79.25%20.78%-
XYZ2.021.760.55-
YUV35.3114.29140.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=55.79%
G=32.63%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53311100.420.790.7928.5765.6212.55
Hex351FB02A4F4F1d42d
Octal6537130521171173510215
Binary1101011111110110101010100111110011111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,11); }

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

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

 a { background-color: rgb(53,31,11); }

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

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

 span { border-color: rgb(53,31,11); }

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