#4B0E00

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

Shades of Seal Brown #4B0E00

Tints of Seal Brown #4B0E00

Color information

#4B0E00 (or 0x4B0E00) is unknown color: approx Seal Brown. HEX triplet: 4B, 0E and 00. RGB value is (75,14,0). Sum of RGB (Red+Green+Blue) = 75+14+0=89 (11% of max value = 765). Red value is 75 (29.69% from 255 or 84.27% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E00 is #B4F1FF. Grayscale: #1E1E1E. Windows color (decimal): -11858432 or 3659. OLE color: 3659.

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

Color convert

RGB75140-
CMYK00.8110.71
HSL11.2º100%14.71%-
HSV(B)11.2º100%29.41%-
XYZ3.061.810.19-
YUV30.64110.71159.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 84.27%
GREEN value IS 14 (5.86% from 255) = 15.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.27%
G=15.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7514000.8110.7111.210014.71
Hex4BE00516447b64f
Octal11316001211441071314417
Binary1001011111000101000111001001000111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,14,0); }

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

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

 a { background-color: rgb(75,14,0); }

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

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

 span { border-color: rgb(75,14,0); }

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