Html Css Color HEX #55481C Bronze Olive

📋 copy color: '#55481C'

red 85 ◦ green 72 ◦ blue 28

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

Shades of Bronze Olive #55481C

Tints of Bronze Olive #55481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 45.95%
G = 38.92%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55481C (or 0x55481C) is known color: Bronze Olive. HEX triplet: 55, 48 and 1C. RGB value is (85,72,28). Sum of RGB (Red+Green+Blue) = 85+72+28=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481C is #AAB7E3. Grayscale: #474747. Windows color (decimal): -11188196 or 1853525. OLE color: 1853525.

HSL color Cylindrical-coordinate representation of color #55481C: hue angle of 46.32º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55481C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 28 -
CMYK 0 0.15 0.67 0.67
HSL 46.32º 0.5% 0.22% -
HSV(B) 46.32º 0.67% 0.33% -
XYZ 6.27 6.65 2.05 -
YUV 70.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 85 72 28 0 0.15 0.67 0.67 46.32 0.5 0.22
Hex 55 48 1C 0 F 43 43 2E 32 16
Octal 125 110 34 0 17 103 103 56 62 26
Binary 1010101 1001000 11100 0 1111 1000011 1000011 101110 110010 10110

Color Harmonies of #55481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55481C

Black with #55481C

Text Example


Text Example

White with #55481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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