#430D0B

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

Shades of Seal Brown #430D0B

Tints of Seal Brown #430D0B

Color information

#430D0B (or 0x430D0B) is unknown color: approx Seal Brown. HEX triplet: 43, 0D and 0B. RGB value is (67,13,11). Sum of RGB (Red+Green+Blue) = 67+13+11=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D0B is #BCF2F4. Grayscale: #1C1C1C. Windows color (decimal): -12382965 or 724291. OLE color: 724291.

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

Color convert

RGB671311-
CMYK00.810.840.74
HSL2.14º71.79%15.29%-
HSV(B)2.14º83.58%26.27%-
XYZ2.521.510.47-
YUV28.92117.89155.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=73.63%
G=14.29%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67131100.810.840.742.1471.7915.29
Hex43DB051544A248f
Octal10315130121124112211017
Binary10000111101101101010001101010010010101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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