Html Css Color HEX #5D481C Bronze Olive

📋 copy color: '#5D481C'

red 93 ◦ green 72 ◦ blue 28

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

Shades of Bronze Olive #5D481C

Tints of Bronze Olive #5D481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 48.19%
G = 37.31%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D481C (or 0x5D481C) is known color: Bronze Olive. HEX triplet: 5D, 48 and 1C. RGB value is (93,72,28). Sum of RGB (Red+Green+Blue) = 93+72+28=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D481C is #A2B7E3. Grayscale: #494949. Windows color (decimal): -10663908 or 1853533. OLE color: 1853533.

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

Color convert

RGB 93 72 28 -
CMYK 0 0.23 0.70 0.64
HSL 40.62º 0.54% 0.24% -
HSV(B) 40.62º 0.7% 0.36% -
XYZ 7.04 7.05 2.09 -
YUV 73.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 93 72 28 0 0.23 0.70 0.64 40.62 0.54 0.24
Hex 5D 48 1C 0 17 46 40 29 36 18
Octal 135 110 34 0 27 106 100 51 66 30
Binary 1011101 1001000 11100 0 10111 1000110 1000000 101001 110110 11000

Color Harmonies of #5D481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D481C

Black with #5D481C

Text Example


Text Example

White with #5D481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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