Html Css Color HEX #554826 Bronze Olive

📋 copy color: '#554826'

red 85 ◦ green 72 ◦ blue 38

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

Shades of Bronze Olive #554826

Tints of Bronze Olive #554826

RGB

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

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

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

R = 43.59%
G = 36.92%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554826 (or 0x554826) is known color: Bronze Olive. HEX triplet: 55, 48 and 26. RGB value is (85,72,38). Sum of RGB (Red+Green+Blue) = 85+72+38=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554826 is #AAB7D9. Grayscale: #484848. Windows color (decimal): -11188186 or 2508885. OLE color: 2508885.

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

Color convert

RGB 85 72 38 -
CMYK 0 0.15 0.55 0.67
HSL 43.4º 0.38% 0.24% -
HSV(B) 43.4º 0.55% 0.33% -
XYZ 6.41 6.71 2.79 -
YUV 72.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 85 72 38 0 0.15 0.55 0.67 43.4 0.38 0.24
Hex 55 48 26 0 F 37 43 2B 26 18
Octal 125 110 46 0 17 67 103 53 46 30
Binary 1010101 1001000 100110 0 1111 110111 1000011 101011 100110 11000

Color Harmonies of #554826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554826

Black with #554826

Text Example


Text Example

White with #554826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554826; }

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

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

background-color css

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

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

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

border-color css

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

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

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