#4B231E

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

Shades of Caput Mortuum #4B231E

Tints of Caput Mortuum #4B231E

Color information

#4B231E (or 0x4B231E) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 23 and 1E. RGB value is (75,35,30). Sum of RGB (Red+Green+Blue) = 75+35+30=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B231E is #B4DCE1. Grayscale: #2E2E2E. Windows color (decimal): -11853026 or 1975115. OLE color: 1975115.

HSL color Cylindrical-coordinate representation of color #4B231E: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B231E is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB753530-
CMYK00.530.600.71
HSL6.67º42.86%20.59%-
HSV(B)6.67º60%29.41%-
XYZ3.742.791.57-
YUV46.39118.75148.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=53.57%
G=25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75353000.530.600.716.6742.8620.59
Hex4B231E0353C4772b15
Octal11343360657410775325
Binary1001011100011111100110101111100100011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,30); }

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

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

 a { background-color: rgb(75,35,30); }

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

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

 span { border-color: rgb(75,35,30); }

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