Html Css Color HEX #554C25 Bronze Olive

📋 copy color: '#554C25'

red 85 ◦ green 76 ◦ blue 37

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

Shades of Bronze Olive #554C25

Tints of Bronze Olive #554C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 42.93%
G = 38.38%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554C25 (or 0x554C25) is known color: Bronze Olive. HEX triplet: 55, 4C and 25. RGB value is (85,76,37). Sum of RGB (Red+Green+Blue) = 85+76+37=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C25 is #AAB3DA. Grayscale: #4A4A4A. Windows color (decimal): -11187163 or 2444373. OLE color: 2444373.

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

Color convert

RGB 85 76 37 -
CMYK 0 0.11 0.56 0.67
HSL 48.75º 0.39% 0.24% -
HSV(B) 48.75º 0.56% 0.33% -
XYZ 6.66 7.23 2.8 -
YUV 74.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 85 76 37 0 0.11 0.56 0.67 48.75 0.39 0.24
Hex 55 4C 25 0 B 38 43 31 27 18
Octal 125 114 45 0 13 70 103 61 47 30
Binary 1010101 1001100 100101 0 1011 111000 1000011 110001 100111 11000

Color Harmonies of #554C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C25

Black with #554C25

Text Example


Text Example

White with #554C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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