#4B110A

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

Shades of Seal Brown #4B110A

Tints of Seal Brown #4B110A

Color information

#4B110A (or 0x4B110A) is unknown color: approx Seal Brown. HEX triplet: 4B, 11 and 0A. RGB value is (75,17,10). Sum of RGB (Red+Green+Blue) = 75+17+10=102 (13% of max value = 765). Red value is 75 (29.69% from 255 or 73.53% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 75 - color contains mainly: red. Hex color #4B110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B110A is #B4EEF5. Grayscale: #212121. Windows color (decimal): -11857654 or 659787. OLE color: 659787.

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

Color convert

RGB751710-
CMYK00.770.870.71
HSL6.46º76.47%16.67%-
HSV(B)6.46º86.67%29.41%-
XYZ3.161.920.49-
YUV33.54114.72157.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 73.53%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=73.53%
G=16.67%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75171000.770.870.716.4676.4716.67
Hex4B11A04D574764c11
Octal11321120115127107611421
Binary10010111000110100100110110101111000111110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,10); }

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

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

 a { background-color: rgb(75,17,10); }

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

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

 span { border-color: rgb(75,17,10); }

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