Html Css Color HEX #5C490B Bronze Olive

📋 copy color: '#5C490B'

red 92 ◦ green 73 ◦ blue 11

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

Shades of Bronze Olive #5C490B

Tints of Bronze Olive #5C490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

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

R = 52.27%
G = 41.48%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C490B (or 0x5C490B) is known color: Bronze Olive. HEX triplet: 5C, 49 and 0B. RGB value is (92,73,11). Sum of RGB (Red+Green+Blue) = 92+73+11=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C490B is #A3B6F4. Grayscale: #474747. Windows color (decimal): -10729205 or 739676. OLE color: 739676.

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

Color convert

RGB 92 73 11 -
CMYK 0 0.21 0.88 0.64
HSL 45.93º 0.79% 0.2% -
HSV(B) 45.93º 0.88% 0.36% -
XYZ 6.86 7.06 1.32 -
YUV 71.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 92 73 11 0 0.21 0.88 0.64 45.93 0.79 0.2
Hex 5C 49 B 0 15 58 40 2E 4F 14
Octal 134 111 13 0 25 130 100 56 117 24
Binary 1011100 1001001 1011 0 10101 1011000 1000000 101110 1001111 10100

Color Harmonies of #5C490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C490B

Black with #5C490B

Text Example


Text Example

White with #5C490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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