Html Css Color HEX #55481B Bronze Olive

📋 copy color: '#55481B'

red 85 ◦ green 72 ◦ blue 27

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

Shades of Bronze Olive #55481B

Tints of Bronze Olive #55481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 46.2%
G = 39.13%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55481B (or 0x55481B) is known color: Bronze Olive. HEX triplet: 55, 48 and 1B. RGB value is (85,72,27). Sum of RGB (Red+Green+Blue) = 85+72+27=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481B is #AAB7E4. Grayscale: #464646. Windows color (decimal): -11188197 or 1787989. OLE color: 1787989.

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

Color convert

RGB 85 72 27 -
CMYK 0 0.15 0.68 0.67
HSL 46.55º 0.52% 0.22% -
HSV(B) 46.55º 0.68% 0.33% -
XYZ 6.26 6.65 1.99 -
YUV 70.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 85 72 27 0 0.15 0.68 0.67 46.55 0.52 0.22
Hex 55 48 1B 0 F 44 43 2F 34 16
Octal 125 110 33 0 17 104 103 57 64 26
Binary 1010101 1001000 11011 0 1111 1000100 1000011 101111 110100 10110

Color Harmonies of #55481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55481B

Black with #55481B

Text Example


Text Example

White with #55481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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