#430D01

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

Shades of Seal Brown #430D01

Tints of Seal Brown #430D01

Color information

#430D01 (or 0x430D01) is unknown color: approx Seal Brown. HEX triplet: 43, 0D and 01. RGB value is (67,13,1). Sum of RGB (Red+Green+Blue) = 67+13+1=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D01 is #BCF2FE. Grayscale: #1B1B1B. Windows color (decimal): -12382975 or 68931. OLE color: 68931.

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

Color convert

RGB67131-
CMYK00.810.990.74
HSL10.91º97.06%13.33%-
HSV(B)10.91º98.51%26.27%-
XYZ2.461.480.19-
YUV27.78112.89155.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=82.72%
G=16.05%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6713100.810.990.7410.9197.0613.33
Hex43D1051634Ab61d
Octal10315101211431121314115
Binary1000011110110101000111000111001010101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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