Html Css Color HEX #5D511B Bronze Olive

📋 copy color: '#5D511B'

red 93 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #5D511B

Tints of Bronze Olive #5D511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 46.27%
G = 40.3%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D511B (or 0x5D511B) is known color: Bronze Olive. HEX triplet: 5D, 51 and 1B. RGB value is (93,81,27). Sum of RGB (Red+Green+Blue) = 93+81+27=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D511B is #A2AEE4. Grayscale: #4E4E4E. Windows color (decimal): -10661605 or 1790301. OLE color: 1790301.

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

Color convert

RGB 93 81 27 -
CMYK 0 0.13 0.71 0.64
HSL 49.09º 0.55% 0.24% -
HSV(B) 49.09º 0.71% 0.36% -
XYZ 7.65 8.29 2.23 -
YUV 78.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 93 81 27 0 0.13 0.71 0.64 49.09 0.55 0.24
Hex 5D 51 1B 0 D 47 40 31 37 18
Octal 135 121 33 0 15 107 100 61 67 30
Binary 1011101 1010001 11011 0 1101 1000111 1000000 110001 110111 11000

Color Harmonies of #5D511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D511B

Black with #5D511B

Text Example


Text Example

White with #5D511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,27); }

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

background-color css

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

 a { background-color: rgb(93,81,27); }

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

border-color css

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

 span { border-color: rgb(93,81,27); }

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