Html Css Color HEX #5C540D Bronze Olive

📋 copy color: '#5C540D'

red 92 ◦ green 84 ◦ blue 13

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

Shades of Bronze Olive #5C540D

Tints of Bronze Olive #5C540D

RGB

 RED value IS 92 (36.33% from 255) = 48.68%

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 48.68%
G = 44.44%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5C540D (or 0x5C540D) is known color: Bronze Olive. HEX triplet: 5C, 54 and 0D. RGB value is (92,84,13). Sum of RGB (Red+Green+Blue) = 92+84+13=189 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.68% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 92 - color contains mainly: red. Hex color #5C540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C540D is #A3ABF2. Grayscale: #4E4E4E. Windows color (decimal): -10726387 or 873564. OLE color: 873564.

HSL color Cylindrical-coordinate representation of color #5C540D: hue angle of 53.92º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C540D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 84 13 -
CMYK 0 0.09 0.86 0.64
HSL 53.92º 0.75% 0.21% -
HSV(B) 53.92º 0.86% 0.36% -
XYZ 7.66 8.65 1.65 -
YUV 78.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 92 84 13 0 0.09 0.86 0.64 53.92 0.75 0.21
Hex 5C 54 D 0 9 56 40 36 4B 15
Octal 134 124 15 0 11 126 100 66 113 25
Binary 1011100 1010100 1101 0 1001 1010110 1000000 110110 1001011 10101

Color Harmonies of #5C540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C540D

Black with #5C540D

Text Example


Text Example

White with #5C540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,84,13); }

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

background-color css

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

 a { background-color: rgb(92,84,13); }

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

border-color css

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

 span { border-color: rgb(92,84,13); }

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