Html Css Color HEX #554923 Bronze Olive

📋 copy color: '#554923'

red 85 ◦ green 73 ◦ blue 35

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

Shades of Bronze Olive #554923

Tints of Bronze Olive #554923

RGB

 RED value IS 85 (33.59% from 255) = 44.04%

 GREEN value IS 73 (28.91% from 255) = 37.82%

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

R = 44.04%
G = 37.82%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#554923 (or 0x554923) is known color: Bronze Olive. HEX triplet: 55, 49 and 23. RGB value is (85,73,35). Sum of RGB (Red+Green+Blue) = 85+73+35=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554923 is #AAB6DC. Grayscale: #484848. Windows color (decimal): -11187933 or 2312533. OLE color: 2312533.

HSL color Cylindrical-coordinate representation of color #554923: hue angle of 45.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554923 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 35 -
CMYK 0 0.14 0.59 0.67
HSL 45.6º 0.42% 0.24% -
HSV(B) 45.6º 0.59% 0.33% -
XYZ 6.43 6.82 2.57 -
YUV 72.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 85 73 35 0 0.14 0.59 0.67 45.6 0.42 0.24
Hex 55 49 23 0 E 3B 43 2E 2A 18
Octal 125 111 43 0 16 73 103 56 52 30
Binary 1010101 1001001 100011 0 1110 111011 1000011 101110 101010 11000

Color Harmonies of #554923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554923

Black with #554923

Text Example


Text Example

White with #554923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554923; }

 p { color: rgb(85,73,35); }

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

background-color css

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

 a { background-color: rgb(85,73,35); }

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

border-color css

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

 span { border-color: rgb(85,73,35); }

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