#431102

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

Shades of Seal Brown #431102

Tints of Seal Brown #431102

Color information

#431102 (or 0x431102) is unknown color: approx Seal Brown. HEX triplet: 43, 11 and 02. RGB value is (67,17,2). Sum of RGB (Red+Green+Blue) = 67+17+2=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #431102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431102 is #BCEEFD. Grayscale: #1E1E1E. Windows color (decimal): -12381950 or 135491. OLE color: 135491.

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

Color convert

RGB67172-
CMYK00.750.970.74
HSL13.85º94.2%13.53%-
HSV(B)13.85º97.01%26.27%-
XYZ2.531.60.23-
YUV30.24112.06154.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.91%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=77.91%
G=19.77%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6717200.750.970.7413.8594.213.53
Hex4311204B614Ae5ee
Octal10321201131411121613616
Binary100001110001100100101111000011001010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431102; }

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

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

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

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

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

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

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

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