#430B02

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

Shades of Seal Brown #430B02

Tints of Seal Brown #430B02

Color information

#430B02 (or 0x430B02) is unknown color: approx Seal Brown. HEX triplet: 43, 0B and 02. RGB value is (67,11,2). Sum of RGB (Red+Green+Blue) = 67+11+2=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B02 is #BCF4FD. Grayscale: #1A1A1A. Windows color (decimal): -12383486 or 133955. OLE color: 133955.

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

Color convert

RGB67112-
CMYK00.840.970.74
HSL8.31º94.2%13.53%-
HSV(B)8.31º97.01%26.27%-
XYZ2.451.440.21-
YUV26.72114.05156.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 83.75%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=83.75%
G=13.75%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6711200.840.970.748.3194.213.53
Hex43B2054614A85ee
Octal10313201241411121013616
Binary10000111011100101010011000011001010100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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