#430B05

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

Shades of Seal Brown #430B05

Tints of Seal Brown #430B05

Color information

#430B05 (or 0x430B05) is unknown color: approx Seal Brown. HEX triplet: 43, 0B and 05. RGB value is (67,11,5). Sum of RGB (Red+Green+Blue) = 67+11+5=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #430B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B05 is #BCF4FA. Grayscale: #1B1B1B. Windows color (decimal): -12383483 or 330563. OLE color: 330563.

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

Color convert

RGB67115-
CMYK00.840.930.74
HSL5.81º86.11%14.12%-
HSV(B)5.81º92.54%26.27%-
XYZ2.461.440.29-
YUV27.06115.55156.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 80.72%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=80.72%
G=13.25%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6711500.840.930.745.8186.1114.12
Hex43B50545D4A656e
Octal1031350124135112612616
Binary10000111011101010101001011101100101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,11,5); }

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

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

 a { background-color: rgb(67,11,5); }

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

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

 span { border-color: rgb(67,11,5); }

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