#431101

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

Shades of Seal Brown #431101

Tints of Seal Brown #431101

Color information

#431101 (or 0x431101) is unknown color: approx Seal Brown. HEX triplet: 43, 11 and 01. RGB value is (67,17,1). Sum of RGB (Red+Green+Blue) = 67+17+1=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #431101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431101 is #BCEEFE. Grayscale: #1E1E1E. Windows color (decimal): -12381951 or 69955. OLE color: 69955.

HSL color Cylindrical-coordinate representation of color #431101: hue angle of 14.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #431101 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB67171-
CMYK00.750.990.74
HSL14.55º97.06%13.33%-
HSV(B)14.55º98.51%26.27%-
XYZ2.521.60.2-
YUV30.13111.56154.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 78.82%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=78.82%
G=20%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6717100.750.990.7414.5597.0613.33
Hex4311104B634Af61d
Octal10321101131431121714115
Binary10000111000110100101111000111001010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431101; }

 p { color: rgb(67,17,1); }

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

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

 a { background-color: rgb(67,17,1); }

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

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

 span { border-color: rgb(67,17,1); }

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