#430F03

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

Shades of Seal Brown #430F03

Tints of Seal Brown #430F03

Color information

#430F03 (or 0x430F03) is unknown color: approx Seal Brown. HEX triplet: 43, 0F and 03. RGB value is (67,15,3). Sum of RGB (Red+Green+Blue) = 67+15+3=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #430F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F03 is #BCF0FC. Grayscale: #1D1D1D. Windows color (decimal): -12382461 or 200515. OLE color: 200515.

HSL color Cylindrical-coordinate representation of color #430F03: hue angle of 11.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430F03 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB67153-
CMYK00.780.960.74
HSL11.25º91.43%13.73%-
HSV(B)11.25º95.52%26.27%-
XYZ2.51.540.25-
YUV29.18113.23154.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 78.82%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=78.82%
G=17.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6715300.780.960.7411.2591.4313.73
Hex43F304E604Ab5be
Octal10317301161401121313316
Binary10000111111110100111011000001001010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430F03; }

 p { color: rgb(67,15,3); }

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

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

 a { background-color: rgb(67,15,3); }

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

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

 span { border-color: rgb(67,15,3); }

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