#4B130C

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

Shades of Seal Brown #4B130C

Tints of Seal Brown #4B130C

Color information

#4B130C (or 0x4B130C) is unknown color: approx Seal Brown. HEX triplet: 4B, 13 and 0C. RGB value is (75,19,12). Sum of RGB (Red+Green+Blue) = 75+19+12=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B130C is #B4ECF3. Grayscale: #232323. Windows color (decimal): -11857140 or 791371. OLE color: 791371.

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

Color convert

RGB751912-
CMYK00.750.840.71
HSL6.67º72.41%17.06%-
HSV(B)6.67º84%29.41%-
XYZ3.21.990.56-
YUV34.95115.05156.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=70.75%
G=17.92%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75191200.750.840.716.6772.4117.06
Hex4B13C04B544774811
Octal11323140113124107711021
Binary10010111001111000100101110101001000111111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,12); }

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

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

 a { background-color: rgb(75,19,12); }

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

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

 span { border-color: rgb(75,19,12); }

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