Html Css Color HEX #54140E Red Oxide

📋 copy color: '#54140E'

red 84 ◦ green 20 ◦ blue 14

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

Shades of Red Oxide #54140E

Tints of Red Oxide #54140E

RGB

 RED value IS 84 (33.2% from 255) = 71.19%

 GREEN value IS 20 (8.2% from 255) = 16.95%

 BLUE value IS 14 (5.86% from 255) = 11.86%

R = 71.19%
G = 16.95%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54140E (or 0x54140E) is known color: Red Oxide. HEX triplet: 54, 14 and 0E. RGB value is (84,20,14). Sum of RGB (Red+Green+Blue) = 84+20+14=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54140E is #ABEBF1. Grayscale: #262626. Windows color (decimal): -11267058 or 922708. OLE color: 922708.

HSL color Cylindrical-coordinate representation of color #54140E: hue angle of 5.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54140E is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 14 -
CMYK 0 0.76 0.83 0.67
HSL 5.14º 0.71% 0.19% -
HSV(B) 5.14º 0.83% 0.33% -
XYZ 3.99 2.42 0.67 -
YUV 38.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 84 20 14 0 0.76 0.83 0.67 5.14 0.71 0.19
Hex 54 14 E 0 4C 53 43 5 47 13
Octal 124 24 16 0 114 123 103 5 107 23
Binary 1010100 10100 1110 0 1001100 1010011 1000011 101 1000111 10011

Color Harmonies of #54140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54140E

Black with #54140E

Text Example


Text Example

White with #54140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,20,14); }

 H1.HeaderClassName
 {
   color: #54140E;
 }
 .AnyTagClassName
 {
   color: #54140E;
 }
</style>

background-color css

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

 a { background-color: rgb(84,20,14); }

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

border-color css

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

 span { border-color: rgb(84,20,14); }

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