Html Css Color HEX #5D531A Bronze Olive

📋 copy color: '#5D531A'

red 93 ◦ green 83 ◦ blue 26

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

Shades of Bronze Olive #5D531A

Tints of Bronze Olive #5D531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 46.04%
G = 41.09%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D531A (or 0x5D531A) is known color: Bronze Olive. HEX triplet: 5D, 53 and 1A. RGB value is (93,83,26). Sum of RGB (Red+Green+Blue) = 93+83+26=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D531A is #A2ACE5. Grayscale: #4F4F4F. Windows color (decimal): -10661094 or 1725277. OLE color: 1725277.

HSL color Cylindrical-coordinate representation of color #5D531A: hue angle of 51.04º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D531A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 83 26 -
CMYK 0 0.11 0.72 0.64
HSL 51.04º 0.56% 0.23% -
HSV(B) 51.04º 0.72% 0.36% -
XYZ 7.79 8.59 2.22 -
YUV 79.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 93 83 26 0 0.11 0.72 0.64 51.04 0.56 0.23
Hex 5D 53 1A 0 B 48 40 33 38 17
Octal 135 123 32 0 13 110 100 63 70 27
Binary 1011101 1010011 11010 0 1011 1001000 1000000 110011 111000 10111

Color Harmonies of #5D531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D531A

Black with #5D531A

Text Example


Text Example

White with #5D531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,83,26); }

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

background-color css

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

 a { background-color: rgb(93,83,26); }

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

border-color css

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

 span { border-color: rgb(93,83,26); }

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