#4B120B

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

Shades of Seal Brown #4B120B

Tints of Seal Brown #4B120B

Color information

#4B120B (or 0x4B120B) is unknown color: approx Seal Brown. HEX triplet: 4B, 12 and 0B. RGB value is (75,18,11). Sum of RGB (Red+Green+Blue) = 75+18+11=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B120B is #B4EDF4. Grayscale: #222222. Windows color (decimal): -11857397 or 725579. OLE color: 725579.

HSL color Cylindrical-coordinate representation of color #4B120B: hue angle of 6.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B120B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB751811-
CMYK00.760.850.71
HSL6.56º74.42%16.86%-
HSV(B)6.56º85.33%29.41%-
XYZ3.181.950.53-
YUV34.24114.88157.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.12%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=72.12%
G=17.31%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75181100.760.850.716.5674.4216.86
Hex4B12B04C554774a11
Octal11322130114125107711221
Binary10010111001010110100110010101011000111111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,11); }

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

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

 a { background-color: rgb(75,18,11); }

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

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

 span { border-color: rgb(75,18,11); }

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