Html Css Color HEX #5C520B Bronze Olive

📋 copy color: '#5C520B'

red 92 ◦ green 82 ◦ blue 11

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

Shades of Bronze Olive #5C520B

Tints of Bronze Olive #5C520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 49.73%
G = 44.32%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C520B (or 0x5C520B) is known color: Bronze Olive. HEX triplet: 5C, 52 and 0B. RGB value is (92,82,11). Sum of RGB (Red+Green+Blue) = 92+82+11=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C520B is #A3ADF4. Grayscale: #4D4D4D. Windows color (decimal): -10726901 or 741980. OLE color: 741980.

HSL color Cylindrical-coordinate representation of color #5C520B: hue angle of 52.59º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C520B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 82 11 -
CMYK 0 0.11 0.88 0.64
HSL 52.59º 0.79% 0.2% -
HSV(B) 52.59º 0.88% 0.36% -
XYZ 7.49 8.33 1.53 -
YUV 76.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 92 82 11 0 0.11 0.88 0.64 52.59 0.79 0.2
Hex 5C 52 B 0 B 58 40 35 4F 14
Octal 134 122 13 0 13 130 100 65 117 24
Binary 1011100 1010010 1011 0 1011 1011000 1000000 110101 1001111 10100

Color Harmonies of #5C520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C520B

Black with #5C520B

Text Example


Text Example

White with #5C520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,82,11); }

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

background-color css

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

 a { background-color: rgb(92,82,11); }

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

border-color css

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

 span { border-color: rgb(92,82,11); }

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