Html Css Color HEX #5D471C Bronze Olive

📋 copy color: '#5D471C'

red 93 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #5D471C

Tints of Bronze Olive #5D471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.98%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 48.44%
G = 36.98%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D471C (or 0x5D471C) is known color: Bronze Olive. HEX triplet: 5D, 47 and 1C. RGB value is (93,71,28). Sum of RGB (Red+Green+Blue) = 93+71+28=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D471C is #A2B8E3. Grayscale: #484848. Windows color (decimal): -10664164 or 1853277. OLE color: 1853277.

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

Color convert

RGB 93 71 28 -
CMYK 0 0.24 0.70 0.64
HSL 39.69º 0.54% 0.24% -
HSV(B) 39.69º 0.7% 0.36% -
XYZ 6.98 6.92 2.07 -
YUV 72.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 93 71 28 0 0.24 0.70 0.64 39.69 0.54 0.24
Hex 5D 47 1C 0 18 46 40 28 36 18
Octal 135 107 34 0 30 106 100 50 66 30
Binary 1011101 1000111 11100 0 11000 1000110 1000000 101000 110110 11000

Color Harmonies of #5D471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D471C

Black with #5D471C

Text Example


Text Example

White with #5D471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,28); }

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

background-color css

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

 a { background-color: rgb(93,71,28); }

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

border-color css

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

 span { border-color: rgb(93,71,28); }

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