Html Css Color HEX #5D521D Bronze Olive

📋 copy color: '#5D521D'

red 93 ◦ green 82 ◦ blue 29

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

Shades of Bronze Olive #5D521D

Tints of Bronze Olive #5D521D

RGB

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

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

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

R = 45.59%
G = 40.2%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D521D (or 0x5D521D) is known color: Bronze Olive. HEX triplet: 5D, 52 and 1D. RGB value is (93,82,29). Sum of RGB (Red+Green+Blue) = 93+82+29=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 93 - color contains mainly: red. Hex color #5D521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D521D is #A2ADE2. Grayscale: #4F4F4F. Windows color (decimal): -10661347 or 1921629. OLE color: 1921629.

HSL color Cylindrical-coordinate representation of color #5D521D: hue angle of 49.69º 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 #5D521D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 82 29 -
CMYK 0 0.12 0.69 0.64
HSL 49.69º 0.52% 0.24% -
HSV(B) 49.69º 0.69% 0.36% -
XYZ 7.75 8.45 2.38 -
YUV 79.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 93 82 29 0 0.12 0.69 0.64 49.69 0.52 0.24
Hex 5D 52 1D 0 C 45 40 32 34 18
Octal 135 122 35 0 14 105 100 62 64 30
Binary 1011101 1010010 11101 0 1100 1000101 1000000 110010 110100 11000

Color Harmonies of #5D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D521D

Black with #5D521D

Text Example


Text Example

White with #5D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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