#4B201A

Color #4B201A Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4B201A

Tints of Caput Mortuum #4B201A

Color information

#4B201A (or 0x4B201A) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 20 and 1A. RGB value is (75,32,26). Sum of RGB (Red+Green+Blue) = 75+32+26=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201A is #B4DFE5. Grayscale: #2C2C2C. Windows color (decimal): -11853798 or 1712203. OLE color: 1712203.

HSL color Cylindrical-coordinate representation of color #4B201A: hue angle of 7.35º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B201A is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB753226-
CMYK00.570.650.71
HSL7.35º48.51%19.8%-
HSV(B)7.35º65.33%29.41%-
XYZ3.62.61.29-
YUV44.17117.75149.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=56.39%
G=24.06%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75322600.570.650.717.3548.5119.8
Hex4B201A039414773114
Octal113403207110110776124
Binary10010111000001101001110011000001100011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,26); }

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

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

 a { background-color: rgb(75,32,26); }

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

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

 span { border-color: rgb(75,32,26); }

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