Html Css Color HEX #554F0F Bronze Olive

📋 copy color: '#554F0F'

red 85 ◦ green 79 ◦ blue 15

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

Shades of Bronze Olive #554F0F

Tints of Bronze Olive #554F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 47.49%
G = 44.13%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#554F0F (or 0x554F0F) is known color: Bronze Olive. HEX triplet: 55, 4F and 0F. RGB value is (85,79,15). Sum of RGB (Red+Green+Blue) = 85+79+15=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F0F is #AAB0F0. Grayscale: #494949. Windows color (decimal): -11186417 or 1003349. OLE color: 1003349.

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

Color convert

RGB 85 79 15 -
CMYK 0 0.07 0.82 0.67
HSL 54.86º 0.7% 0.2% -
HSV(B) 54.86º 0.82% 0.33% -
XYZ 6.63 7.56 1.56 -
YUV 73.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 85 79 15 0 0.07 0.82 0.67 54.86 0.7 0.2
Hex 55 4F F 0 7 52 43 37 46 14
Octal 125 117 17 0 7 122 103 67 106 24
Binary 1010101 1001111 1111 0 111 1010010 1000011 110111 1000110 10100

Color Harmonies of #554F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F0F

Black with #554F0F

Text Example


Text Example

White with #554F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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