#331710

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

Shades of Seal Brown #331710

Tints of Seal Brown #331710

Color information

#331710 (or 0x331710) is unknown color: approx Seal Brown. HEX triplet: 33, 17 and 10. RGB value is (51,23,16). Sum of RGB (Red+Green+Blue) = 51+23+16=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331710 is #CCE8EF. Grayscale: #1E1E1E. Windows color (decimal): -13428976 or 1054515. OLE color: 1054515.

HSL color Cylindrical-coordinate representation of color #331710: hue angle of 12º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331710 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB512316-
CMYK00.550.690.8
HSL12º52.24%13.14%-
HSV(B)12º68.63%20%-
XYZ1.771.350.66-
YUV30.57119.78142.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=56.67%
G=25.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51231600.550.690.81252.2413.14
Hex3317100374550c34d
Octal632720067105120146415
Binary110011101111000001101111000101101000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331710; }

 p { color: rgb(51,23,16); }

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

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

 a { background-color: rgb(51,23,16); }

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

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

 span { border-color: rgb(51,23,16); }

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