Html Css Color HEX #554505 Bronze Olive

📋 copy color: '#554505'

red 85 ◦ green 69 ◦ blue 5

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

Shades of Bronze Olive #554505

Tints of Bronze Olive #554505

RGB

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

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

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

R = 53.46%
G = 43.4%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#554505 (or 0x554505) is known color: Bronze Olive. HEX triplet: 55, 45 and 05. RGB value is (85,69,5). Sum of RGB (Red+Green+Blue) = 85+69+5=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554505 is #AABAFA. Grayscale: #424242. Windows color (decimal): -11188987 or 345429. OLE color: 345429.

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

Color convert

RGB 85 69 5 -
CMYK 0 0.19 0.94 0.67
HSL 48º 0.89% 0.18% -
HSV(B) 48º 0.94% 0.33% -
XYZ 5.9 6.2 1.03 -
YUV 66.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 85 69 5 0 0.19 0.94 0.67 48 0.89 0.18
Hex 55 45 5 0 13 5E 43 30 59 12
Octal 125 105 5 0 23 136 103 60 131 22
Binary 1010101 1000101 101 0 10011 1011110 1000011 110000 1011001 10010

Color Harmonies of #554505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554505

Black with #554505

Text Example


Text Example

White with #554505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554505; }

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

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

background-color css

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

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

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

border-color css

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

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

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