Html Css Color HEX #554525 Bronze Olive

📋 copy color: '#554525'

red 85 ◦ green 69 ◦ blue 37

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

Shades of Bronze Olive #554525

Tints of Bronze Olive #554525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

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

R = 44.5%
G = 36.13%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554525 (or 0x554525) is known color: Bronze Olive. HEX triplet: 55, 45 and 25. RGB value is (85,69,37). Sum of RGB (Red+Green+Blue) = 85+69+37=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554525 is #AABADA. Grayscale: #464646. Windows color (decimal): -11188955 or 2442581. OLE color: 2442581.

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

Color convert

RGB 85 69 37 -
CMYK 0 0.19 0.56 0.67
HSL 40º 0.39% 0.24% -
HSV(B) 40º 0.56% 0.33% -
XYZ 6.21 6.32 2.64 -
YUV 70.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 85 69 37 0 0.19 0.56 0.67 40 0.39 0.24
Hex 55 45 25 0 13 38 43 28 27 18
Octal 125 105 45 0 23 70 103 50 47 30
Binary 1010101 1000101 100101 0 10011 111000 1000011 101000 100111 11000

Color Harmonies of #554525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554525

Black with #554525

Text Example


Text Example

White with #554525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554525; }

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

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

background-color css

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

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

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

border-color css

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

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

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