Html Css Color HEX #55480D Bronze Olive

📋 copy color: '#55480D'

red 85 ◦ green 72 ◦ blue 13

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

Shades of Bronze Olive #55480D

Tints of Bronze Olive #55480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 50%
G = 42.35%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55480D (or 0x55480D) is known color: Bronze Olive. HEX triplet: 55, 48 and 0D. RGB value is (85,72,13). Sum of RGB (Red+Green+Blue) = 85+72+13=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55480D is #AAB7F2. Grayscale: #454545. Windows color (decimal): -11188211 or 870485. OLE color: 870485.

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

Color convert

RGB 85 72 13 -
CMYK 0 0.15 0.85 0.67
HSL 49.17º 0.73% 0.19% -
HSV(B) 49.17º 0.85% 0.33% -
XYZ 6.14 6.6 1.33 -
YUV 69.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 85 72 13 0 0.15 0.85 0.67 49.17 0.73 0.19
Hex 55 48 D 0 F 55 43 31 49 13
Octal 125 110 15 0 17 125 103 61 111 23
Binary 1010101 1001000 1101 0 1111 1010101 1000011 110001 1001001 10011

Color Harmonies of #55480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55480D

Black with #55480D

Text Example


Text Example

White with #55480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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