Html Css Color HEX #5D5008 Bronze Olive

📋 copy color: '#5D5008'

red 93 ◦ green 80 ◦ blue 8

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

Shades of Bronze Olive #5D5008

Tints of Bronze Olive #5D5008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 51.38%
G = 44.2%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5D5008 (or 0x5D5008) is known color: Bronze Olive. HEX triplet: 5D, 50 and 08. RGB value is (93,80,8). Sum of RGB (Red+Green+Blue) = 93+80+8=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5008 is #A2AFF7. Grayscale: #4B4B4B. Windows color (decimal): -10661880 or 544861. OLE color: 544861.

HSL color Cylindrical-coordinate representation of color #5D5008: hue angle of 50.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D5008 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 80 8 -
CMYK 0 0.14 0.91 0.64
HSL 50.82º 0.84% 0.2% -
HSV(B) 50.82º 0.91% 0.36% -
XYZ 7.43 8.08 1.4 -
YUV 75.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 93 80 8 0 0.14 0.91 0.64 50.82 0.84 0.2
Hex 5D 50 8 0 E 5B 40 33 54 14
Octal 135 120 10 0 16 133 100 63 124 24
Binary 1011101 1010000 1000 0 1110 1011011 1000000 110011 1010100 10100

Color Harmonies of #5D5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5008

Black with #5D5008

Text Example


Text Example

White with #5D5008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,8); }

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

background-color css

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

 a { background-color: rgb(93,80,8); }

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

border-color css

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

 span { border-color: rgb(93,80,8); }

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