Html Css Color HEX #55411C Bronze Olive

📋 copy color: '#55411C'

red 85 ◦ green 65 ◦ blue 28

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

Shades of Bronze Olive #55411C

Tints of Bronze Olive #55411C

RGB

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

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

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

R = 47.75%
G = 36.52%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55411C (or 0x55411C) is known color: Bronze Olive. HEX triplet: 55, 41 and 1C. RGB value is (85,65,28). Sum of RGB (Red+Green+Blue) = 85+65+28=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411C is #AABEE3. Grayscale: #424242. Windows color (decimal): -11189988 or 1851733. OLE color: 1851733.

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

Color convert

RGB 85 65 28 -
CMYK 0 0.24 0.67 0.67
HSL 38.95º 0.5% 0.22% -
HSV(B) 38.95º 0.67% 0.33% -
XYZ 5.85 5.8 1.91 -
YUV 66.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 85 65 28 0 0.24 0.67 0.67 38.95 0.5 0.22
Hex 55 41 1C 0 18 43 43 27 32 16
Octal 125 101 34 0 30 103 103 47 62 26
Binary 1010101 1000001 11100 0 11000 1000011 1000011 100111 110010 10110

Color Harmonies of #55411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55411C

Black with #55411C

Text Example


Text Example

White with #55411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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