Html Css Color HEX #54450D Bronze Olive

📋 copy color: '#54450D'

red 84 ◦ green 69 ◦ blue 13

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

Shades of Bronze Olive #54450D

Tints of Bronze Olive #54450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 50.6%
G = 41.57%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54450D (or 0x54450D) is known color: Bronze Olive. HEX triplet: 54, 45 and 0D. RGB value is (84,69,13). Sum of RGB (Red+Green+Blue) = 84+69+13=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54450D is #ABBAF2. Grayscale: #434343. Windows color (decimal): -11254515 or 869716. OLE color: 869716.

HSL color Cylindrical-coordinate representation of color #54450D: hue angle of 47.32º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54450D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 13 -
CMYK 0 0.18 0.85 0.67
HSL 47.32º 0.73% 0.19% -
HSV(B) 47.32º 0.85% 0.33% -
XYZ 5.86 6.17 1.26 -
YUV 67.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 84 69 13 0 0.18 0.85 0.67 47.32 0.73 0.19
Hex 54 45 D 0 12 55 43 2F 49 13
Octal 124 105 15 0 22 125 103 57 111 23
Binary 1010100 1000101 1101 0 10010 1010101 1000011 101111 1001001 10011

Color Harmonies of #54450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54450D

Black with #54450D

Text Example


Text Example

White with #54450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54450D; }

 p { color: rgb(84,69,13); }

 H1.HeaderClassName
 {
   color: #54450D;
 }
 .AnyTagClassName
 {
   color: #54450D;
 }
</style>

background-color css

<style>
 a { background-color: #54450D; }

 a { background-color: rgb(84,69,13); }

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

border-color css

<style>
 span { border-color: #54450D; }

 span { border-color: rgb(84,69,13); }

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