Html Css Color HEX #55411A Bronze Olive

📋 copy color: '#55411A'

red 85 ◦ green 65 ◦ blue 26

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

Shades of Bronze Olive #55411A

Tints of Bronze Olive #55411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 48.3%
G = 36.93%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55411A (or 0x55411A) is known color: Bronze Olive. HEX triplet: 55, 41 and 1A. RGB value is (85,65,26). Sum of RGB (Red+Green+Blue) = 85+65+26=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #55411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411A is #AABEE5. Grayscale: #424242. Windows color (decimal): -11189990 or 1720661. OLE color: 1720661.

HSL color Cylindrical-coordinate representation of color #55411A: hue angle of 39.66º 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 #55411A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 26 -
CMYK 0 0.24 0.69 0.67
HSL 39.66º 0.53% 0.22% -
HSV(B) 39.66º 0.69% 0.33% -
XYZ 5.82 5.79 1.79 -
YUV 66.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 85 65 26 0 0.24 0.69 0.67 39.66 0.53 0.22
Hex 55 41 1A 0 18 45 43 28 35 16
Octal 125 101 32 0 30 105 103 50 65 26
Binary 1010101 1000001 11010 0 11000 1000101 1000011 101000 110101 10110

Color Harmonies of #55411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55411A

Black with #55411A

Text Example


Text Example

White with #55411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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