#4B0503

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

Shades of Seal Brown #4B0503

Tints of Seal Brown #4B0503

Color information

#4B0503 (or 0x4B0503) is unknown color: approx Seal Brown. HEX triplet: 4B, 05 and 03. RGB value is (75,5,3). Sum of RGB (Red+Green+Blue) = 75+5+3=83 (10% of max value = 765). Red value is 75 (29.69% from 255 or 90.36% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0503 is #B4FAFC. Grayscale: #191919. Windows color (decimal): -11860733 or 197963. OLE color: 197963.

HSL color Cylindrical-coordinate representation of color #4B0503: hue angle of 1.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0503 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB7553-
CMYK00.930.960.71
HSL1.67º92.31%15.29%-
HSV(B)1.67º96%29.41%-
XYZ2.971.610.24-
YUV25.7115.19163.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 90.36%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=90.36%
G=6.02%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal755300.930.960.711.6792.3115.29
Hex4B5305D604725cf
Octal113530135140107213417
Binary10010111011101011101110000010001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0503; }

 p { color: rgb(75,5,3); }

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

<style>
 a { background-color: #4B0503; }

 a { background-color: rgb(75,5,3); }

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

<style>
 span { border-color: #4B0503; }

 span { border-color: rgb(75,5,3); }

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