Html Css Color HEX #5C511B Bronze Olive

📋 copy color: '#5C511B'

red 92 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #5C511B

Tints of Bronze Olive #5C511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 46%
G = 40.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5C511B (or 0x5C511B) is known color: Bronze Olive. HEX triplet: 5C, 51 and 1B. RGB value is (92,81,27). Sum of RGB (Red+Green+Blue) = 92+81+27=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C511B is #A3AEE4. Grayscale: #4E4E4E. Windows color (decimal): -10727141 or 1790300. OLE color: 1790300.

HSL color Cylindrical-coordinate representation of color #5C511B: hue angle of 49.85º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C511B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 81 27 -
CMYK 0 0.12 0.71 0.64
HSL 49.85º 0.55% 0.23% -
HSV(B) 49.85º 0.71% 0.36% -
XYZ 7.55 8.24 2.23 -
YUV 78.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 92 81 27 0 0.12 0.71 0.64 49.85 0.55 0.23
Hex 5C 51 1B 0 C 47 40 32 37 17
Octal 134 121 33 0 14 107 100 62 67 27
Binary 1011100 1010001 11011 0 1100 1000111 1000000 110010 110111 10111

Color Harmonies of #5C511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C511B

Black with #5C511B

Text Example


Text Example

White with #5C511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,81,27); }

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

background-color css

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

 a { background-color: rgb(92,81,27); }

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

border-color css

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

 span { border-color: rgb(92,81,27); }

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