Html Css Color HEX #55501F Bronze Olive

📋 copy color: '#55501F'

red 85 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #55501F

Tints of Bronze Olive #55501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 43.37%
G = 40.82%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55501F (or 0x55501F) is known color: Bronze Olive. HEX triplet: 55, 50 and 1F. RGB value is (85,80,31). Sum of RGB (Red+Green+Blue) = 85+80+31=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501F is #AAAFE0. Grayscale: #4C4C4C. Windows color (decimal): -11186145 or 2052181. OLE color: 2052181.

HSL color Cylindrical-coordinate representation of color #55501F: hue angle of 54.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55501F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 31 -
CMYK 0 0.06 0.64 0.67
HSL 54.44º 0.47% 0.23% -
HSV(B) 54.44º 0.64% 0.33% -
XYZ 6.86 7.77 2.43 -
YUV 75.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 85 80 31 0 0.06 0.64 0.67 54.44 0.47 0.23
Hex 55 50 1F 0 6 40 43 36 2F 17
Octal 125 120 37 0 6 100 103 66 57 27
Binary 1010101 1010000 11111 0 110 1000000 1000011 110110 101111 10111

Color Harmonies of #55501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55501F

Black with #55501F

Text Example


Text Example

White with #55501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55501F; }

 p { color: rgb(85,80,31); }

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

background-color css

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

 a { background-color: rgb(85,80,31); }

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

border-color css

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

 span { border-color: rgb(85,80,31); }

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