Html Css Color HEX #5D551D Bronze Olive

📋 copy color: '#5D551D'

red 93 ◦ green 85 ◦ blue 29

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

Shades of Bronze Olive #5D551D

Tints of Bronze Olive #5D551D

RGB

 RED value IS 93 (36.72% from 255) = 44.93%

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 44.93%
G = 41.06%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D551D (or 0x5D551D) is known color: Bronze Olive. HEX triplet: 5D, 55 and 1D. RGB value is (93,85,29). Sum of RGB (Red+Green+Blue) = 93+85+29=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D551D is #A2AAE2. Grayscale: #515151. Windows color (decimal): -10660579 or 1922397. OLE color: 1922397.

HSL color Cylindrical-coordinate representation of color #5D551D: hue angle of 52.5º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D551D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 85 29 -
CMYK 0 0.09 0.69 0.64
HSL 52.5º 0.52% 0.24% -
HSV(B) 52.5º 0.69% 0.36% -
XYZ 7.98 8.91 2.46 -
YUV 81.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 93 85 29 0 0.09 0.69 0.64 52.5 0.52 0.24
Hex 5D 55 1D 0 9 45 40 34 34 18
Octal 135 125 35 0 11 105 100 64 64 30
Binary 1011101 1010101 11101 0 1001 1000101 1000000 110100 110100 11000

Color Harmonies of #5D551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D551D

Black with #5D551D

Text Example


Text Example

White with #5D551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D551D; }

 p { color: rgb(93,85,29); }

 H1.HeaderClassName
 {
   color: #5D551D;
 }
 .AnyTagClassName
 {
   color: #5D551D;
 }
</style>

background-color css

<style>
 a { background-color: #5D551D; }

 a { background-color: rgb(93,85,29); }

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

border-color css

<style>
 span { border-color: #5D551D; }

 span { border-color: rgb(93,85,29); }

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