Html Css Color HEX #5A4311 Bronze Olive

📋 copy color: '#5A4311'

red 90 ◦ green 67 ◦ blue 17

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

Shades of Bronze Olive #5A4311

Tints of Bronze Olive #5A4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 51.72%
G = 38.51%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A4311 (or 0x5A4311) is known color: Bronze Olive. HEX triplet: 5A, 43 and 11. RGB value is (90,67,17). Sum of RGB (Red+Green+Blue) = 90+67+17=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4311 is #A5BCEE. Grayscale: #444444. Windows color (decimal): -10861807 or 1131354. OLE color: 1131354.

HSL color Cylindrical-coordinate representation of color #5A4311: hue angle of 41.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A4311 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 67 17 -
CMYK 0 0.26 0.81 0.65
HSL 41.1º 0.68% 0.21% -
HSV(B) 41.1º 0.81% 0.35% -
XYZ 6.32 6.23 1.4 -
YUV 68.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 90 67 17 0 0.26 0.81 0.65 41.1 0.68 0.21
Hex 5A 43 11 0 1A 51 41 29 44 15
Octal 132 103 21 0 32 121 101 51 104 25
Binary 1011010 1000011 10001 0 11010 1010001 1000001 101001 1000100 10101

Color Harmonies of #5A4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4311

Black with #5A4311

Text Example


Text Example

White with #5A4311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,17); }

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

background-color css

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

 a { background-color: rgb(90,67,17); }

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

border-color css

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

 span { border-color: rgb(90,67,17); }

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