Html Css Color HEX #531E14 Caput Mortuum

📋 copy color: '#531E14'

red 83 ◦ green 30 ◦ blue 20

#531E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #531E14

Tints of Caput Mortuum #531E14

RGB

 RED value IS 83 (32.81% from 255) = 62.41%

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 62.41%
G = 22.56%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531E14 (or 0x531E14) is known color: Caput Mortuum. HEX triplet: 53, 1E and 14. RGB value is (83,30,20). Sum of RGB (Red+Green+Blue) = 83+30+20=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E14 is #ACE1EB. Grayscale: #2C2C2C. Windows color (decimal): -11330028 or 1318483. OLE color: 1318483.

HSL color Cylindrical-coordinate representation of color #531E14: hue angle of 9.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531E14 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 20 -
CMYK 0 0.64 0.76 0.67
HSL 9.52º 0.61% 0.2% -
HSV(B) 9.52º 0.76% 0.33% -
XYZ 4.16 2.82 0.99 -
YUV 44.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 83 30 20 0 0.64 0.76 0.67 9.52 0.61 0.2
Hex 53 1E 14 0 40 4C 43 A 3D 14
Octal 123 36 24 0 100 114 103 12 75 24
Binary 1010011 11110 10100 0 1000000 1001100 1000011 1010 111101 10100

Color Harmonies of #531E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E14

Black with #531E14

Text Example


Text Example

White with #531E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E14; }

 p { color: rgb(83,30,20); }

 H1.HeaderClassName
 {
   color: #531E14;
 }
 .AnyTagClassName
 {
   color: #531E14;
 }
</style>

background-color css

<style>
 a { background-color: #531E14; }

 a { background-color: rgb(83,30,20); }

 div.DivClassName
 {
   background-color: #531E14;
 }
 .BgClassName
 {
   background-color: #531E14;
 }
</style>

border-color css

<style>
 span { border-color: #531E14; }

 span { border-color: rgb(83,30,20); }

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