Html Css Color HEX #554526 Bronze Olive

📋 copy color: '#554526'

red 85 ◦ green 69 ◦ blue 38

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

Shades of Bronze Olive #554526

Tints of Bronze Olive #554526

RGB

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

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

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

R = 44.27%
G = 35.94%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554526 (or 0x554526) is known color: Bronze Olive. HEX triplet: 55, 45 and 26. RGB value is (85,69,38). Sum of RGB (Red+Green+Blue) = 85+69+38=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554526 is #AABAD9. Grayscale: #464646. Windows color (decimal): -11188954 or 2508117. OLE color: 2508117.

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

Color convert

RGB 85 69 38 -
CMYK 0 0.19 0.55 0.67
HSL 39.57º 0.38% 0.24% -
HSV(B) 39.57º 0.55% 0.33% -
XYZ 6.22 6.33 2.73 -
YUV 70.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 85 69 38 0 0.19 0.55 0.67 39.57 0.38 0.24
Hex 55 45 26 0 13 37 43 28 26 18
Octal 125 105 46 0 23 67 103 50 46 30
Binary 1010101 1000101 100110 0 10011 110111 1000011 101000 100110 11000

Color Harmonies of #554526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554526

Black with #554526

Text Example


Text Example

White with #554526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554526; }

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

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

background-color css

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

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

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

border-color css

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

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

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