#430502

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

Shades of Seal Brown #430502

Tints of Seal Brown #430502

Color information

#430502 (or 0x430502) is unknown color: approx Seal Brown. HEX triplet: 43, 05 and 02. RGB value is (67,5,2). Sum of RGB (Red+Green+Blue) = 67+5+2=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430502 is #BCFAFD. Grayscale: #171717. Windows color (decimal): -12385022 or 132419. OLE color: 132419.

HSL color Cylindrical-coordinate representation of color #430502: hue angle of 2.77º 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 #430502 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB6752-
CMYK00.930.970.74
HSL2.77º94.2%13.53%-
HSV(B)2.77º97.01%26.27%-
XYZ2.381.310.18-
YUV23.2116.04159.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 90.54%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=90.54%
G=6.76%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal675200.930.970.742.7794.213.53
Hex435205D614A35ee
Octal103520135141112313616
Binary10000111011001011101110000110010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430502; }

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

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

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

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

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

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

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

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