Html Css Color HEX #554805 Bronze Olive

📋 copy color: '#554805'

red 85 ◦ green 72 ◦ blue 5

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

Shades of Bronze Olive #554805

Tints of Bronze Olive #554805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 52.47%
G = 44.44%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#554805 (or 0x554805) is known color: Bronze Olive. HEX triplet: 55, 48 and 05. RGB value is (85,72,5). Sum of RGB (Red+Green+Blue) = 85+72+5=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554805 is #AAB7FA. Grayscale: #444444. Windows color (decimal): -11188219 or 346197. OLE color: 346197.

HSL color Cylindrical-coordinate representation of color #554805: hue angle of 50.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #554805 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 5 -
CMYK 0 0.15 0.94 0.67
HSL 50.25º 0.89% 0.18% -
HSV(B) 50.25º 0.94% 0.33% -
XYZ 6.09 6.58 1.09 -
YUV 68.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 85 72 5 0 0.15 0.94 0.67 50.25 0.89 0.18
Hex 55 48 5 0 F 5E 43 32 59 12
Octal 125 110 5 0 17 136 103 62 131 22
Binary 1010101 1001000 101 0 1111 1011110 1000011 110010 1011001 10010

Color Harmonies of #554805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554805

Black with #554805

Text Example


Text Example

White with #554805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554805; }

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

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

background-color css

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

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

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

border-color css

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

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

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