Html Css Color HEX #55480F Bronze Olive

📋 copy color: '#55480F'

red 85 ◦ green 72 ◦ blue 15

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

Shades of Bronze Olive #55480F

Tints of Bronze Olive #55480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 49.42%
G = 41.86%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55480F (or 0x55480F) is known color: Bronze Olive. HEX triplet: 55, 48 and 0F. RGB value is (85,72,15). Sum of RGB (Red+Green+Blue) = 85+72+15=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55480F is #AAB7F0. Grayscale: #454545. Windows color (decimal): -11188209 or 1001557. OLE color: 1001557.

HSL color Cylindrical-coordinate representation of color #55480F: hue angle of 48.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55480F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 15 -
CMYK 0 0.15 0.82 0.67
HSL 48.86º 0.7% 0.2% -
HSV(B) 48.86º 0.82% 0.33% -
XYZ 6.15 6.6 1.4 -
YUV 69.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 85 72 15 0 0.15 0.82 0.67 48.86 0.7 0.2
Hex 55 48 F 0 F 52 43 31 46 14
Octal 125 110 17 0 17 122 103 61 106 24
Binary 1010101 1001000 1111 0 1111 1010010 1000011 110001 1000110 10100

Color Harmonies of #55480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55480F

Black with #55480F

Text Example


Text Example

White with #55480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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