Html Css Color HEX #554A0F Bronze Olive

📋 copy color: '#554A0F'

red 85 ◦ green 74 ◦ blue 15

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

Shades of Bronze Olive #554A0F

Tints of Bronze Olive #554A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

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

R = 48.85%
G = 42.53%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#554A0F (or 0x554A0F) is known color: Bronze Olive. HEX triplet: 55, 4A and 0F. RGB value is (85,74,15). Sum of RGB (Red+Green+Blue) = 85+74+15=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A0F is #AAB5F0. Grayscale: #464646. Windows color (decimal): -11187697 or 1002069. OLE color: 1002069.

HSL color Cylindrical-coordinate representation of color #554A0F: hue angle of 50.57º 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 #554A0F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 15 -
CMYK 0 0.13 0.82 0.67
HSL 50.57º 0.7% 0.2% -
HSV(B) 50.57º 0.82% 0.33% -
XYZ 6.28 6.86 1.45 -
YUV 70.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 85 74 15 0 0.13 0.82 0.67 50.57 0.7 0.2
Hex 55 4A F 0 D 52 43 33 46 14
Octal 125 112 17 0 15 122 103 63 106 24
Binary 1010101 1001010 1111 0 1101 1010010 1000011 110011 1000110 10100

Color Harmonies of #554A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A0F

Black with #554A0F

Text Example


Text Example

White with #554A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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