Html Css Color HEX #554517 Bronze Olive

📋 copy color: '#554517'

red 85 ◦ green 69 ◦ blue 23

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

Shades of Bronze Olive #554517

Tints of Bronze Olive #554517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 48.02%
G = 38.98%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554517 (or 0x554517) is known color: Bronze Olive. HEX triplet: 55, 45 and 17. RGB value is (85,69,23). Sum of RGB (Red+Green+Blue) = 85+69+23=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554517 is #AABAE8. Grayscale: #444444. Windows color (decimal): -11188969 or 1525077. OLE color: 1525077.

HSL color Cylindrical-coordinate representation of color #554517: hue angle of 44.52º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554517 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 23 -
CMYK 0 0.19 0.73 0.67
HSL 44.52º 0.57% 0.21% -
HSV(B) 44.52º 0.73% 0.33% -
XYZ 6.03 6.25 1.7 -
YUV 68.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 85 69 23 0 0.19 0.73 0.67 44.52 0.57 0.21
Hex 55 45 17 0 13 49 43 2D 39 15
Octal 125 105 27 0 23 111 103 55 71 25
Binary 1010101 1000101 10111 0 10011 1001001 1000011 101101 111001 10101

Color Harmonies of #554517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554517

Black with #554517

Text Example


Text Example

White with #554517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554517; }

 p { color: rgb(85,69,23); }

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

background-color css

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

 a { background-color: rgb(85,69,23); }

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

border-color css

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

 span { border-color: rgb(85,69,23); }

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