Html Css Color HEX #554626 Bronze Olive

📋 copy color: '#554626'

red 85 ◦ green 70 ◦ blue 38

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

Shades of Bronze Olive #554626

Tints of Bronze Olive #554626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 44.04%
G = 36.27%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#554626 (or 0x554626) is known color: Bronze Olive. HEX triplet: 55, 46 and 26. RGB value is (85,70,38). Sum of RGB (Red+Green+Blue) = 85+70+38=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554626 is #AAB9D9. Grayscale: #464646. Windows color (decimal): -11188698 or 2508373. OLE color: 2508373.

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

Color convert

RGB 85 70 38 -
CMYK 0 0.18 0.55 0.67
HSL 40.85º 0.38% 0.24% -
HSV(B) 40.85º 0.55% 0.33% -
XYZ 6.29 6.45 2.75 -
YUV 70.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 85 70 38 0 0.18 0.55 0.67 40.85 0.38 0.24
Hex 55 46 26 0 12 37 43 29 26 18
Octal 125 106 46 0 22 67 103 51 46 30
Binary 1010101 1000110 100110 0 10010 110111 1000011 101001 100110 11000

Color Harmonies of #554626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554626

Black with #554626

Text Example


Text Example

White with #554626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554626; }

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

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

background-color css

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

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

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

border-color css

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

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

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