Html Css Color HEX #5D5205 Bronze Olive

📋 copy color: '#5D5205'

red 93 ◦ green 82 ◦ blue 5

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

Shades of Bronze Olive #5D5205

Tints of Bronze Olive #5D5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 51.67%
G = 45.56%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5D5205 (or 0x5D5205) is known color: Bronze Olive. HEX triplet: 5D, 52 and 05. RGB value is (93,82,5). Sum of RGB (Red+Green+Blue) = 93+82+5=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5205 is #A2ADFA. Grayscale: #4C4C4C. Windows color (decimal): -10661371 or 348765. OLE color: 348765.

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

Color convert

RGB 93 82 5 -
CMYK 0 0.12 0.95 0.64
HSL 52.5º 0.9% 0.19% -
HSV(B) 52.5º 0.95% 0.36% -
XYZ 7.56 8.37 1.36 -
YUV 76.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 93 82 5 0 0.12 0.95 0.64 52.5 0.9 0.19
Hex 5D 52 5 0 C 5F 40 34 5A 13
Octal 135 122 5 0 14 137 100 64 132 23
Binary 1011101 1010010 101 0 1100 1011111 1000000 110100 1011010 10011

Color Harmonies of #5D5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5205

Black with #5D5205

Text Example


Text Example

White with #5D5205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,5); }

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

background-color css

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

 a { background-color: rgb(93,82,5); }

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

border-color css

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

 span { border-color: rgb(93,82,5); }

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