Html Css Color HEX #554A25 Bronze Olive

📋 copy color: '#554A25'

red 85 ◦ green 74 ◦ blue 37

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

Shades of Bronze Olive #554A25

Tints of Bronze Olive #554A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

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

R = 43.37%
G = 37.76%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#554A25 (or 0x554A25) is known color: Bronze Olive. HEX triplet: 55, 4A and 25. RGB value is (85,74,37). Sum of RGB (Red+Green+Blue) = 85+74+37=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A25 is #AAB5DA. Grayscale: #494949. Windows color (decimal): -11187675 or 2443861. OLE color: 2443861.

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

Color convert

RGB 85 74 37 -
CMYK 0 0.13 0.56 0.67
HSL 46.25º 0.39% 0.24% -
HSV(B) 46.25º 0.56% 0.33% -
XYZ 6.53 6.96 2.75 -
YUV 73.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 85 74 37 0 0.13 0.56 0.67 46.25 0.39 0.24
Hex 55 4A 25 0 D 38 43 2E 27 18
Octal 125 112 45 0 15 70 103 56 47 30
Binary 1010101 1001010 100101 0 1101 111000 1000011 101110 100111 11000

Color Harmonies of #554A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A25

Black with #554A25

Text Example


Text Example

White with #554A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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