Html Css Color HEX #5A520C Bronze Olive

📋 copy color: '#5A520C'

red 90 ◦ green 82 ◦ blue 12

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

Shades of Bronze Olive #5A520C

Tints of Bronze Olive #5A520C

RGB

 RED value IS 90 (35.55% from 255) = 48.91%

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 48.91%
G = 44.57%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A520C (or 0x5A520C) is known color: Bronze Olive. HEX triplet: 5A, 52 and 0C. RGB value is (90,82,12). Sum of RGB (Red+Green+Blue) = 90+82+12=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A520C is #A5ADF3. Grayscale: #4C4C4C. Windows color (decimal): -10857972 or 807514. OLE color: 807514.

HSL color Cylindrical-coordinate representation of color #5A520C: hue angle of 53.85º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A520C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 82 12 -
CMYK 0 0.09 0.87 0.65
HSL 53.85º 0.76% 0.2% -
HSV(B) 53.85º 0.87% 0.35% -
XYZ 7.3 8.23 1.55 -
YUV 76.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 90 82 12 0 0.09 0.87 0.65 53.85 0.76 0.2
Hex 5A 52 C 0 9 57 41 36 4C 14
Octal 132 122 14 0 11 127 101 66 114 24
Binary 1011010 1010010 1100 0 1001 1010111 1000001 110110 1001100 10100

Color Harmonies of #5A520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A520C

Black with #5A520C

Text Example


Text Example

White with #5A520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,82,12); }

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

background-color css

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

 a { background-color: rgb(90,82,12); }

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

border-color css

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

 span { border-color: rgb(90,82,12); }

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