Html Css Color HEX #554C14 Bronze Olive

📋 copy color: '#554C14'

red 85 ◦ green 76 ◦ blue 20

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

Shades of Bronze Olive #554C14

Tints of Bronze Olive #554C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 46.96%
G = 41.99%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#554C14 (or 0x554C14) is known color: Bronze Olive. HEX triplet: 55, 4C and 14. RGB value is (85,76,20). Sum of RGB (Red+Green+Blue) = 85+76+20=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C14 is #AAB3EB. Grayscale: #484848. Windows color (decimal): -11187180 or 1330261. OLE color: 1330261.

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

Color convert

RGB 85 76 20 -
CMYK 0 0.11 0.76 0.67
HSL 51.69º 0.62% 0.21% -
HSV(B) 51.69º 0.76% 0.33% -
XYZ 6.46 7.15 1.7 -
YUV 72.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 85 76 20 0 0.11 0.76 0.67 51.69 0.62 0.21
Hex 55 4C 14 0 B 4C 43 34 3E 15
Octal 125 114 24 0 13 114 103 64 76 25
Binary 1010101 1001100 10100 0 1011 1001100 1000011 110100 111110 10101

Color Harmonies of #554C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C14

Black with #554C14

Text Example


Text Example

White with #554C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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