#331308

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

Shades of Seal Brown #331308

Tints of Seal Brown #331308

Color information

#331308 (or 0x331308) is unknown color: approx Seal Brown. HEX triplet: 33, 13 and 08. RGB value is (51,19,8). Sum of RGB (Red+Green+Blue) = 51+19+8=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331308 is #CCECF7. Grayscale: #1B1B1B. Windows color (decimal): -13430008 or 529203. OLE color: 529203.

HSL color Cylindrical-coordinate representation of color #331308: hue angle of 15.35º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331308 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51198-
CMYK00.630.840.8
HSL15.35º72.88%11.57%-
HSV(B)15.35º84.31%20%-
XYZ1.641.190.37-
YUV27.31117.1144.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=65.38%
G=24.36%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5119800.630.840.815.3572.8811.57
Hex3313803F5450f49c
Octal6323100771241201711114
Binary110011100111000011111110101001010000111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331308; }

 p { color: rgb(51,19,8); }

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

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

 a { background-color: rgb(51,19,8); }

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

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

 span { border-color: rgb(51,19,8); }

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