#431000

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

Shades of Seal Brown #431000

Tints of Seal Brown #431000

Color information

#431000 (or 0x431000) is unknown color: approx Seal Brown. HEX triplet: 43, 10 and 00. RGB value is (67,16,0). Sum of RGB (Red+Green+Blue) = 67+16+0=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #431000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431000 is #BCEFFF. Grayscale: #1D1D1D. Windows color (decimal): -12382208 or 4163. OLE color: 4163.

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

Color convert

RGB67160-
CMYK00.7610.74
HSL14.33º100%13.14%-
HSV(B)14.33º100%26.27%-
XYZ2.51.560.17-
YUV29.42111.4154.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 80.72%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.72%
G=19.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6716000.7610.7414.3310013.14
Hex4310004C644Ae64d
Octal10320001141441121614415
Binary10000111000000100110011001001001010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431000; }

 p { color: rgb(67,16,0); }

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

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

 a { background-color: rgb(67,16,0); }

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

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

 span { border-color: rgb(67,16,0); }

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