Html Css Color HEX #54501B Bronze Olive

📋 copy color: '#54501B'

red 84 ◦ green 80 ◦ blue 27

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

Shades of Bronze Olive #54501B

Tints of Bronze Olive #54501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 43.98%
G = 41.88%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54501B (or 0x54501B) is known color: Bronze Olive. HEX triplet: 54, 50 and 1B. RGB value is (84,80,27). Sum of RGB (Red+Green+Blue) = 84+80+27=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #54501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54501B is #ABAFE4. Grayscale: #4B4B4B. Windows color (decimal): -11251685 or 1790036. OLE color: 1790036.

HSL color Cylindrical-coordinate representation of color #54501B: hue angle of 55.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54501B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 27 -
CMYK 0 0.05 0.68 0.67
HSL 55.79º 0.51% 0.22% -
HSV(B) 55.79º 0.68% 0.33% -
XYZ 6.72 7.7 2.17 -
YUV 75.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 84 80 27 0 0.05 0.68 0.67 55.79 0.51 0.22
Hex 54 50 1B 0 5 44 43 38 33 16
Octal 124 120 33 0 5 104 103 70 63 26
Binary 1010100 1010000 11011 0 101 1000100 1000011 111000 110011 10110

Color Harmonies of #54501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54501B

Black with #54501B

Text Example


Text Example

White with #54501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54501B; }

 p { color: rgb(84,80,27); }

 H1.HeaderClassName
 {
   color: #54501B;
 }
 .AnyTagClassName
 {
   color: #54501B;
 }
</style>

background-color css

<style>
 a { background-color: #54501B; }

 a { background-color: rgb(84,80,27); }

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

border-color css

<style>
 span { border-color: #54501B; }

 span { border-color: rgb(84,80,27); }

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