Html Css Color HEX #554726 Bronze Olive

📋 copy color: '#554726'

red 85 ◦ green 71 ◦ blue 38

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

Shades of Bronze Olive #554726

Tints of Bronze Olive #554726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 43.81%
G = 36.6%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554726 (or 0x554726) is known color: Bronze Olive. HEX triplet: 55, 47 and 26. RGB value is (85,71,38). Sum of RGB (Red+Green+Blue) = 85+71+38=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554726 is #AAB8D9. Grayscale: #474747. Windows color (decimal): -11188442 or 2508629. OLE color: 2508629.

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

Color convert

RGB 85 71 38 -
CMYK 0 0.16 0.55 0.67
HSL 42.13º 0.38% 0.24% -
HSV(B) 42.13º 0.55% 0.33% -
XYZ 6.35 6.58 2.77 -
YUV 71.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 85 71 38 0 0.16 0.55 0.67 42.13 0.38 0.24
Hex 55 47 26 0 10 37 43 2A 26 18
Octal 125 107 46 0 20 67 103 52 46 30
Binary 1010101 1000111 100110 0 10000 110111 1000011 101010 100110 11000

Color Harmonies of #554726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554726

Black with #554726

Text Example


Text Example

White with #554726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554726; }

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

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

background-color css

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

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

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

border-color css

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

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

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