#430C08

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

Shades of Seal Brown #430C08

Tints of Seal Brown #430C08

Color information

#430C08 (or 0x430C08) is unknown color: approx Seal Brown. HEX triplet: 43, 0C and 08. RGB value is (67,12,8). Sum of RGB (Red+Green+Blue) = 67+12+8=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C08 is #BCF3F7. Grayscale: #1C1C1C. Windows color (decimal): -12383224 or 527427. OLE color: 527427.

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

Color convert

RGB67128-
CMYK00.820.880.74
HSL4.07º78.67%14.71%-
HSV(B)4.07º88.06%26.27%-
XYZ2.491.470.38-
YUV27.99116.72155.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.01%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 8 (3.52% from 255) = 9.20%
R=77.01%
G=13.79%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6712800.820.880.744.0778.6714.71
Hex43C8052584A44ff
Octal10314100122130112411717
Binary100001111001000010100101011000100101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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