Html Css Color HEX #545023 Bronze Olive

📋 copy color: '#545023'

red 84 ◦ green 80 ◦ blue 35

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

Shades of Bronze Olive #545023

Tints of Bronze Olive #545023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 42.21%
G = 40.2%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#545023 (or 0x545023) is known color: Bronze Olive. HEX triplet: 54, 50 and 23. RGB value is (84,80,35). Sum of RGB (Red+Green+Blue) = 84+80+35=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #545023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545023 is #ABAFDC. Grayscale: #4C4C4C. Windows color (decimal): -11251677 or 2314324. OLE color: 2314324.

HSL color Cylindrical-coordinate representation of color #545023: hue angle of 55.1º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545023 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 35 -
CMYK 0 0.05 0.58 0.67
HSL 55.1º 0.41% 0.23% -
HSV(B) 55.1º 0.58% 0.33% -
XYZ 6.83 7.74 2.72 -
YUV 76.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 84 80 35 0 0.05 0.58 0.67 55.1 0.41 0.23
Hex 54 50 23 0 5 3A 43 37 29 17
Octal 124 120 43 0 5 72 103 67 51 27
Binary 1010100 1010000 100011 0 101 111010 1000011 110111 101001 10111

Color Harmonies of #545023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545023

Black with #545023

Text Example


Text Example

White with #545023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545023; }

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

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

background-color css

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

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

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

border-color css

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

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

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