Html Css Color HEX #554C0F Bronze Olive

📋 copy color: '#554C0F'

red 85 ◦ green 76 ◦ blue 15

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

Shades of Bronze Olive #554C0F

Tints of Bronze Olive #554C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

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

R = 48.3%
G = 43.18%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#554C0F (or 0x554C0F) is known color: Bronze Olive. HEX triplet: 55, 4C and 0F. RGB value is (85,76,15). Sum of RGB (Red+Green+Blue) = 85+76+15=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0F is #AAB3F0. Grayscale: #474747. Windows color (decimal): -11187185 or 1002581. OLE color: 1002581.

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

Color convert

RGB 85 76 15 -
CMYK 0 0.11 0.82 0.67
HSL 52.29º 0.7% 0.2% -
HSV(B) 52.29º 0.82% 0.33% -
XYZ 6.42 7.13 1.49 -
YUV 71.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 85 76 15 0 0.11 0.82 0.67 52.29 0.7 0.2
Hex 55 4C F 0 B 52 43 34 46 14
Octal 125 114 17 0 13 122 103 64 106 24
Binary 1010101 1001100 1111 0 1011 1010010 1000011 110100 1000110 10100

Color Harmonies of #554C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C0F

Black with #554C0F

Text Example


Text Example

White with #554C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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