#54251E

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

Shades of Caput Mortuum #54251E

Tints of Caput Mortuum #54251E

Color information

#54251E (or 0x54251E) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 1E. RGB value is (84,37,30). Sum of RGB (Red+Green+Blue) = 84+37+30=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54251E is #ABDAE1. Grayscale: #323232. Windows color (decimal): -11262690 or 1975636. OLE color: 1975636.

HSL color Cylindrical-coordinate representation of color #54251E: hue angle of 7.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54251E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB843730-
CMYK00.560.640.67
HSL7.78º47.37%22.35%-
HSV(B)7.78º64.29%32.94%-
XYZ4.553.31.63-
YUV50.26116.57152.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=55.63%
G=24.50%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84373000.560.640.677.7847.3722.35
Hex54251E038404382f16
Octal1244536070100103105726
Binary101010010010111110011100010000001000011100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54251E; }

 p { color: rgb(84,37,30); }

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

<style>
 a { background-color: #54251E; }

 a { background-color: rgb(84,37,30); }

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

<style>
 span { border-color: #54251E; }

 span { border-color: rgb(84,37,30); }

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