Html Css Color HEX #554A26 Bronze Olive

📋 copy color: '#554A26'

red 85 ◦ green 74 ◦ blue 38

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

Shades of Bronze Olive #554A26

Tints of Bronze Olive #554A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 43.15%
G = 37.56%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554A26 (or 0x554A26) is known color: Bronze Olive. HEX triplet: 55, 4A and 26. RGB value is (85,74,38). Sum of RGB (Red+Green+Blue) = 85+74+38=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A26 is #AAB5D9. Grayscale: #494949. Windows color (decimal): -11187674 or 2509397. OLE color: 2509397.

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

Color convert

RGB 85 74 38 -
CMYK 0 0.13 0.55 0.67
HSL 45.96º 0.38% 0.24% -
HSV(B) 45.96º 0.55% 0.33% -
XYZ 6.54 6.97 2.83 -
YUV 73.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 85 74 38 0 0.13 0.55 0.67 45.96 0.38 0.24
Hex 55 4A 26 0 D 37 43 2E 26 18
Octal 125 112 46 0 15 67 103 56 46 30
Binary 1010101 1001010 100110 0 1101 110111 1000011 101110 100110 11000

Color Harmonies of #554A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A26

Black with #554A26

Text Example


Text Example

White with #554A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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