Html Css Color HEX #55480A Bronze Olive

📋 copy color: '#55480A'

red 85 ◦ green 72 ◦ blue 10

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

Shades of Bronze Olive #55480A

Tints of Bronze Olive #55480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.99%

R = 50.9%
G = 43.11%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#55480A (or 0x55480A) is known color: Bronze Olive. HEX triplet: 55, 48 and 0A. RGB value is (85,72,10). Sum of RGB (Red+Green+Blue) = 85+72+10=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55480A is #AAB7F5. Grayscale: #454545. Windows color (decimal): -11188214 or 673877. OLE color: 673877.

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

Color convert

RGB 85 72 10 -
CMYK 0 0.15 0.88 0.67
HSL 49.6º 0.79% 0.19% -
HSV(B) 49.6º 0.88% 0.33% -
XYZ 6.12 6.59 1.24 -
YUV 68.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 85 72 10 0 0.15 0.88 0.67 49.6 0.79 0.19
Hex 55 48 A 0 F 58 43 32 4F 13
Octal 125 110 12 0 17 130 103 62 117 23
Binary 1010101 1001000 1010 0 1111 1011000 1000011 110010 1001111 10011

Color Harmonies of #55480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55480A

Black with #55480A

Text Example


Text Example

White with #55480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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