Html Css Color HEX #554518 Bronze Olive

📋 copy color: '#554518'

red 85 ◦ green 69 ◦ blue 24

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

Shades of Bronze Olive #554518

Tints of Bronze Olive #554518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.48%

R = 47.75%
G = 38.76%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#554518 (or 0x554518) is known color: Bronze Olive. HEX triplet: 55, 45 and 18. RGB value is (85,69,24). Sum of RGB (Red+Green+Blue) = 85+69+24=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554518 is #AABAE7. Grayscale: #444444. Windows color (decimal): -11188968 or 1590613. OLE color: 1590613.

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

Color convert

RGB 85 69 24 -
CMYK 0 0.19 0.72 0.67
HSL 44.26º 0.56% 0.21% -
HSV(B) 44.26º 0.72% 0.33% -
XYZ 6.04 6.25 1.75 -
YUV 68.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 85 69 24 0 0.19 0.72 0.67 44.26 0.56 0.21
Hex 55 45 18 0 13 48 43 2C 38 15
Octal 125 105 30 0 23 110 103 54 70 25
Binary 1010101 1000101 11000 0 10011 1001000 1000011 101100 111000 10101

Color Harmonies of #554518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554518

Black with #554518

Text Example


Text Example

White with #554518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554518; }

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

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

background-color css

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

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

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

border-color css

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

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

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