Html Css Color HEX #55481F Bronze Olive

📋 copy color: '#55481F'

red 85 ◦ green 72 ◦ blue 31

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

Shades of Bronze Olive #55481F

Tints of Bronze Olive #55481F

RGB

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

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

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

R = 45.21%
G = 38.3%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55481F (or 0x55481F) is known color: Bronze Olive. HEX triplet: 55, 48 and 1F. RGB value is (85,72,31). Sum of RGB (Red+Green+Blue) = 85+72+31=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481F is #AAB7E0. Grayscale: #474747. Windows color (decimal): -11188193 or 2050133. OLE color: 2050133.

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

Color convert

RGB 85 72 31 -
CMYK 0 0.15 0.64 0.67
HSL 45.56º 0.47% 0.23% -
HSV(B) 45.56º 0.64% 0.33% -
XYZ 6.31 6.66 2.25 -
YUV 71.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 85 72 31 0 0.15 0.64 0.67 45.56 0.47 0.23
Hex 55 48 1F 0 F 40 43 2E 2F 17
Octal 125 110 37 0 17 100 103 56 57 27
Binary 1010101 1001000 11111 0 1111 1000000 1000011 101110 101111 10111

Color Harmonies of #55481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55481F

Black with #55481F

Text Example


Text Example

White with #55481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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