Html Css Color HEX #55411B Bronze Olive

📋 copy color: '#55411B'

red 85 ◦ green 65 ◦ blue 27

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

Shades of Bronze Olive #55411B

Tints of Bronze Olive #55411B

RGB

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

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

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

R = 48.02%
G = 36.72%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55411B (or 0x55411B) is known color: Bronze Olive. HEX triplet: 55, 41 and 1B. RGB value is (85,65,27). Sum of RGB (Red+Green+Blue) = 85+65+27=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411B is #AABEE4. Grayscale: #424242. Windows color (decimal): -11189989 or 1786197. OLE color: 1786197.

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

Color convert

RGB 85 65 27 -
CMYK 0 0.24 0.68 0.67
HSL 39.31º 0.52% 0.22% -
HSV(B) 39.31º 0.68% 0.33% -
XYZ 5.83 5.79 1.85 -
YUV 66.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 85 65 27 0 0.24 0.68 0.67 39.31 0.52 0.22
Hex 55 41 1B 0 18 44 43 27 34 16
Octal 125 101 33 0 30 104 103 47 64 26
Binary 1010101 1000001 11011 0 11000 1000100 1000011 100111 110100 10110

Color Harmonies of #55411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55411B

Black with #55411B

Text Example


Text Example

White with #55411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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