Html Css Color HEX #554F15 Bronze Olive

📋 copy color: '#554F15'

red 85 ◦ green 79 ◦ blue 21

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

Shades of Bronze Olive #554F15

Tints of Bronze Olive #554F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.7%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 45.95%
G = 42.7%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#554F15 (or 0x554F15) is known color: Bronze Olive. HEX triplet: 55, 4F and 15. RGB value is (85,79,21). Sum of RGB (Red+Green+Blue) = 85+79+21=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F15 is #AAB0EA. Grayscale: #4A4A4A. Windows color (decimal): -11186411 or 1396565. OLE color: 1396565.

HSL color Cylindrical-coordinate representation of color #554F15: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554F15 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 79 21 -
CMYK 0 0.07 0.75 0.67
HSL 54.38º 0.6% 0.21% -
HSV(B) 54.38º 0.75% 0.33% -
XYZ 6.68 7.58 1.82 -
YUV 74.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 85 79 21 0 0.07 0.75 0.67 54.38 0.6 0.21
Hex 55 4F 15 0 7 4B 43 36 3C 15
Octal 125 117 25 0 7 113 103 66 74 25
Binary 1010101 1001111 10101 0 111 1001011 1000011 110110 111100 10101

Color Harmonies of #554F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F15

Black with #554F15

Text Example


Text Example

White with #554F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554F15; }

 p { color: rgb(85,79,21); }

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

background-color css

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

 a { background-color: rgb(85,79,21); }

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

border-color css

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

 span { border-color: rgb(85,79,21); }

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