Html Css Color HEX #554118 Bronze Olive

📋 copy color: '#554118'

red 85 ◦ green 65 ◦ blue 24

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

Shades of Bronze Olive #554118

Tints of Bronze Olive #554118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 48.85%
G = 37.36%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#554118 (or 0x554118) is known color: Bronze Olive. HEX triplet: 55, 41 and 18. RGB value is (85,65,24). Sum of RGB (Red+Green+Blue) = 85+65+24=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554118 is #AABEE7. Grayscale: #424242. Windows color (decimal): -11189992 or 1589589. OLE color: 1589589.

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

Color convert

RGB 85 65 24 -
CMYK 0 0.24 0.72 0.67
HSL 40.33º 0.56% 0.21% -
HSV(B) 40.33º 0.72% 0.33% -
XYZ 5.8 5.78 1.67 -
YUV 66.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 85 65 24 0 0.24 0.72 0.67 40.33 0.56 0.21
Hex 55 41 18 0 18 48 43 28 38 15
Octal 125 101 30 0 30 110 103 50 70 25
Binary 1010101 1000001 11000 0 11000 1001000 1000011 101000 111000 10101

Color Harmonies of #554118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554118

Black with #554118

Text Example


Text Example

White with #554118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554118; }

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

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

background-color css

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

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

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

border-color css

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

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

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