Html Css Color HEX #554825 Bronze Olive

📋 copy color: '#554825'

red 85 ◦ green 72 ◦ blue 37

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

Shades of Bronze Olive #554825

Tints of Bronze Olive #554825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 43.81%
G = 37.11%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554825 (or 0x554825) is known color: Bronze Olive. HEX triplet: 55, 48 and 25. RGB value is (85,72,37). Sum of RGB (Red+Green+Blue) = 85+72+37=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554825 is #AAB7DA. Grayscale: #484848. Windows color (decimal): -11188187 or 2443349. OLE color: 2443349.

HSL color Cylindrical-coordinate representation of color #554825: hue angle of 43.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 #554825 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 37 -
CMYK 0 0.15 0.56 0.67
HSL 43.75º 0.39% 0.24% -
HSV(B) 43.75º 0.56% 0.33% -
XYZ 6.4 6.7 2.71 -
YUV 71.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 85 72 37 0 0.15 0.56 0.67 43.75 0.39 0.24
Hex 55 48 25 0 F 38 43 2C 27 18
Octal 125 110 45 0 17 70 103 54 47 30
Binary 1010101 1001000 100101 0 1111 111000 1000011 101100 100111 11000

Color Harmonies of #554825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554825

Black with #554825

Text Example


Text Example

White with #554825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554825; }

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

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

background-color css

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

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

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

border-color css

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

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

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