#430700

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

Shades of Seal Brown #430700

Tints of Seal Brown #430700

Color information

#430700 (or 0x430700) is unknown color: approx Seal Brown. HEX triplet: 43, 07 and 00. RGB value is (67,7,0). Sum of RGB (Red+Green+Blue) = 67+7+0=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430700 is #BCF8FF. Grayscale: #181818. Windows color (decimal): -12384512 or 1859. OLE color: 1859.

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

Color convert

RGB6770-
CMYK00.9010.74
HSL6.27º100%13.14%-
HSV(B)6.27º100%26.27%-
XYZ2.391.350.13-
YUV24.14114.38158.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 90.54%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.54%
G=9.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal677000.9010.746.2710013.14
Hex437005A644A664d
Octal103700132144112614415
Binary10000111110010110101100100100101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430700; }

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

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

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

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

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

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

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

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