#430E00

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

Shades of Seal Brown #430E00

Tints of Seal Brown #430E00

Color information

#430E00 (or 0x430E00) is unknown color: approx Seal Brown. HEX triplet: 43, 0E and 00. RGB value is (67,14,0). Sum of RGB (Red+Green+Blue) = 67+14+0=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E00 is #BCF1FF. Grayscale: #1C1C1C. Windows color (decimal): -12382720 or 3651. OLE color: 3651.

HSL color Cylindrical-coordinate representation of color #430E00: hue angle of 12.54º 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 #430E00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB67140-
CMYK00.7910.74
HSL12.54º100%13.14%-
HSV(B)12.54º100%26.27%-
XYZ2.471.510.16-
YUV28.25112.06155.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.72%
G=17.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6714000.7910.7412.5410013.14
Hex43E004F644Ad64d
Octal10316001171441121514415
Binary1000011111000100111111001001001010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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