#430C07

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

Shades of Seal Brown #430C07

Tints of Seal Brown #430C07

Color information

#430C07 (or 0x430C07) is unknown color: approx Seal Brown. HEX triplet: 43, 0C and 07. RGB value is (67,12,7). Sum of RGB (Red+Green+Blue) = 67+12+7=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C07 is #BCF3F8. Grayscale: #1B1B1B. Windows color (decimal): -12383225 or 461891. OLE color: 461891.

HSL color Cylindrical-coordinate representation of color #430C07: hue angle of 5º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430C07 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB67127-
CMYK00.820.900.74
HSL81.08%14.51%-
HSV(B)89.55%26.27%-
XYZ2.481.470.35-
YUV27.88116.22155.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.91%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=77.91%
G=13.95%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6712700.820.900.74581.0814.51
Hex43C70525A4A551f
Octal1031470122132112512117
Binary10000111100111010100101011010100101010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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