Html Css Color HEX #55481A Bronze Olive

📋 copy color: '#55481A'

red 85 ◦ green 72 ◦ blue 26

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

Shades of Bronze Olive #55481A

Tints of Bronze Olive #55481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 46.45%
G = 39.34%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55481A (or 0x55481A) is known color: Bronze Olive. HEX triplet: 55, 48 and 1A. RGB value is (85,72,26). Sum of RGB (Red+Green+Blue) = 85+72+26=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55481A is #AAB7E5. Grayscale: #464646. Windows color (decimal): -11188198 or 1722453. OLE color: 1722453.

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

Color convert

RGB 85 72 26 -
CMYK 0 0.15 0.69 0.67
HSL 46.78º 0.53% 0.22% -
HSV(B) 46.78º 0.69% 0.33% -
XYZ 6.25 6.64 1.93 -
YUV 70.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 85 72 26 0 0.15 0.69 0.67 46.78 0.53 0.22
Hex 55 48 1A 0 F 45 43 2F 35 16
Octal 125 110 32 0 17 105 103 57 65 26
Binary 1010101 1001000 11010 0 1111 1000101 1000011 101111 110101 10110

Color Harmonies of #55481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55481A

Black with #55481A

Text Example


Text Example

White with #55481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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