Html Css Color HEX #554A00 Bronze Olive

📋 copy color: '#554A00'

red 85 ◦ green 74 ◦ blue 0

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

Shades of Bronze Olive #554A00

Tints of Bronze Olive #554A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.46%
G = 46.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554A00 (or 0x554A00) is known color: Bronze Olive. HEX triplet: 55, 4A and 00. RGB value is (85,74,0). Sum of RGB (Red+Green+Blue) = 85+74+0=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A00 is #AAB5FF. Grayscale: #454545. Windows color (decimal): -11187712 or 19029. OLE color: 19029.

HSL color Cylindrical-coordinate representation of color #554A00: hue angle of 52.24º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 0 -
CMYK 0 0.13 1 0.67
HSL 52.24º 1% 0.17% -
HSV(B) 52.24º 1% 0.33% -
XYZ 6.2 6.83 0.99 -
YUV 68.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 85 74 0 0 0.13 1 0.67 52.24 1 0.17
Hex 55 4A 0 0 D 64 43 34 64 11
Octal 125 112 0 0 15 144 103 64 144 21
Binary 1010101 1001010 0 0 1101 1100100 1000011 110100 1100100 10001

Color Harmonies of #554A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A00

Black with #554A00

Text Example


Text Example

White with #554A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A00; }

 p { color: rgb(85,74,0); }

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

background-color css

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

 a { background-color: rgb(85,74,0); }

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

border-color css

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

 span { border-color: rgb(85,74,0); }

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