#430802

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

Shades of Seal Brown #430802

Tints of Seal Brown #430802

Color information

#430802 (or 0x430802) is unknown color: approx Seal Brown. HEX triplet: 43, 08 and 02. RGB value is (67,8,2). Sum of RGB (Red+Green+Blue) = 67+8+2=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430802 is #BCF7FD. Grayscale: #191919. Windows color (decimal): -12384254 or 133187. OLE color: 133187.

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

Color convert

RGB6782-
CMYK00.880.970.74
HSL5.54º94.2%13.53%-
HSV(B)5.54º97.01%26.27%-
XYZ2.411.370.19-
YUV24.96115.05157.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 87.01%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=87.01%
G=10.39%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal678200.880.970.745.5494.213.53
Hex4382058614A65ee
Octal1031020130141112613616
Binary1000011100010010110001100001100101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430802; }

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

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

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

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

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

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

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

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