Html Css Color HEX #554C19 Bronze Olive

📋 copy color: '#554C19'

red 85 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #554C19

Tints of Bronze Olive #554C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 45.7%
G = 40.86%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#554C19 (or 0x554C19) is known color: Bronze Olive. HEX triplet: 55, 4C and 19. RGB value is (85,76,25). Sum of RGB (Red+Green+Blue) = 85+76+25=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C19 is #AAB3E6. Grayscale: #494949. Windows color (decimal): -11187175 or 1657941. OLE color: 1657941.

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

Color convert

RGB 85 76 25 -
CMYK 0 0.11 0.71 0.67
HSL 51º 0.55% 0.22% -
HSV(B) 51º 0.71% 0.33% -
XYZ 6.51 7.17 1.96 -
YUV 72.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 85 76 25 0 0.11 0.71 0.67 51 0.55 0.22
Hex 55 4C 19 0 B 47 43 33 37 16
Octal 125 114 31 0 13 107 103 63 67 26
Binary 1010101 1001100 11001 0 1011 1000111 1000011 110011 110111 10110

Color Harmonies of #554C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C19

Black with #554C19

Text Example


Text Example

White with #554C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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