Html Css Color HEX #554800 Bronze Olive

📋 copy color: '#554800'

red 85 ◦ green 72 ◦ blue 0

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

Shades of Bronze Olive #554800

Tints of Bronze Olive #554800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 54.14%
G = 45.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554800 (or 0x554800) is known color: Bronze Olive. HEX triplet: 55, 48 and 00. RGB value is (85,72,0). Sum of RGB (Red+Green+Blue) = 85+72+0=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554800 is #AAB7FF. Grayscale: #434343. Windows color (decimal): -11188224 or 18517. OLE color: 18517.

HSL color Cylindrical-coordinate representation of color #554800: hue angle of 50.82º 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 #554800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 0 -
CMYK 0 0.15 1 0.67
HSL 50.82º 1% 0.17% -
HSV(B) 50.82º 1% 0.33% -
XYZ 6.06 6.57 0.95 -
YUV 67.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 85 72 0 0 0.15 1 0.67 50.82 1 0.17
Hex 55 48 0 0 F 64 43 33 64 11
Octal 125 110 0 0 17 144 103 63 144 21
Binary 1010101 1001000 0 0 1111 1100100 1000011 110011 1100100 10001

Color Harmonies of #554800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554800

Black with #554800

Text Example


Text Example

White with #554800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554800; }

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

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

background-color css

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

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

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

border-color css

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

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

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